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 5b0f5b6363d48b5a816ca43993cba19269dc6d11..86abba0557284e883e2954aba8e1264f16df07b3 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 e68e7db0f3bdd0734ce0d7cc4191d4deb67fe690..ee77e0b79b04a4074bd1082dde2246240016ac13 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>;
                };