arm64: dts: imx8mm-beacon-baseboard: Remove usbotg2 pinctrl-names
authorFabio Estevam <festevam@denx.de>
Wed, 9 Aug 2023 21:24:10 +0000 (18:24 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Aug 2023 14:39:59 +0000 (22:39 +0800)
There is no pinctrl description under usbotg2 node, so remove the unneeded
'pinctrl-names' property.

This fixes the following schema warning:

imx8mm-beacon-kit.dtb: usb@32e50000: 'pinctrl-0' is a dependency of 'pinctrl-names'

Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-beacon-baseboard.dtsi

index d5c6fc6..b10e2a7 100644 (file)
 };
 
 &usbotg2 {
-       pinctrl-names = "default";
        disable-over-current;
        dr_mode = "host";
        status = "okay";