
18 Sep
2019
18 Sep
'19
4:27 a.m.
On Tue, 17 Sep 2019 at 13:06, Michael Trimarchi michael@amarulasolutions.com wrote:
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
V1 -> V2: - move dev_err to dev_warn - adjust the commit message
drivers/pinctrl/pinctrl-uclass.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org