commit | 36a90eda84dec49c2c850852d7e246c9a01bf59c | [log] [tgz] |
---|---|---|
author | Michael Trimarchi <michael@amarulasolutions.com> | Tue Sep 17 22:06:03 2019 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | 1bcb9837ff0b66ed023e2a2dbc8ba6634f1dc99b | |
parent | f0cc4eae9a1702a768817ea25d9f23cece69d021 [diff] |
dm: pinctrl: Skip not associated gpio phandle and rise a warning message Skip not associated gpio phandle let register the other gpios on a group. We need anyway to send out a warning to the user to fix their uboot-board.dtsi. Thhe handle id can be found inside the decompiled dtb dtc -I dtb -O dts -o devicetree.dts spl/u-boot-spl.dtb Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Simon Glass <sjg@chromium.org>