OSDN Git Service

ARM: dts: hummingboard: Remove mention of nonexistent node
authorBaruch Siach <baruch@tkos.co.il>
Mon, 19 Feb 2018 07:56:45 +0000 (09:56 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 24 Feb 2018 08:44:45 +0000 (16:44 +0800)
There is no pinctrl_usbotg_2 node in current Hummingboard dts files.
Drop reference to that.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi

index 5b0f5b6..86abba0 100644 (file)
 
                pinctrl_hummingboard_usbotg_id: hummingboard-usbotg-id {
                        /*
-                        * Similar to pinctrl_usbotg_2, but we want it
-                        * pulled down for a fixed host connection.
+                        * We want it pulled down for a fixed host connection.
                         */
                        fsl,pins = <MX6QDL_PAD_ENET_RX_ER__USB_OTG_ID 0x13059>;
                };
index e68e7db..ee77e0b 100644 (file)
 
                pinctrl_hummingboard2_usbotg_id: hummingboard2-usbotg-id {
                        /*
-                        * Similar to pinctrl_usbotg_2, but we want it
-                        * pulled down for a fixed host connection.
+                        * We want it pulled down for a fixed host connection.
                         */
                        fsl,pins = <MX6QDL_PAD_GPIO_1__USB_OTG_ID 0x13059>;
                };