dm: pinctrl: Skip not associated gpio phandle and rise a warning message
authorMichael Trimarchi <michael@amarulasolutions.com>
Tue, 17 Sep 2019 20:06:03 +0000 (22:06 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
commit36a90eda84dec49c2c850852d7e246c9a01bf59c
tree1bcb9837ff0b66ed023e2a2dbc8ba6634f1dc99b
parentf0cc4eae9a1702a768817ea25d9f23cece69d021
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>
drivers/pinctrl/pinctrl-uclass.c