[U-Boot] [PATCH V2] dm: pinctrl: Skip not associated gpio phandle and rise a warning message

Simon Glass sjg at chromium.org
Wed Sep 18 02:27:16 UTC 2019


On Tue, 17 Sep 2019 at 13:06, Michael Trimarchi
<michael at 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 at 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 at chromium.org>


More information about the U-Boot mailing list