diff mbox series

ARM: dts: logicpd-torpedo: Disable USB Host

Message ID 20191108144025.25168-1-aford173@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: logicpd-torpedo: Disable USB Host | expand

Commit Message

Adam Ford Nov. 8, 2019, 2:40 p.m. UTC
While the OMAP3 family has a USB Host controller, the Torpedo
does not route the host pins off the board rendering it useless.

This patch removes the host references.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tony Lindgren Nov. 11, 2019, 9:08 p.m. UTC | #1
* Adam Ford <aford173@gmail.com> [191108 06:41]:
> While the OMAP3 family has a USB Host controller, the Torpedo
> does not route the host pins off the board rendering it useless.
> 
> This patch removes the host references.

Applying into omap-for-v5.5/dt thanks.

Tony
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
index 506b118e511a..3a5228562b0d 100644
--- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
+++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
@@ -35,6 +35,11 @@ 
 	};
 };
 
+/* The Torpedo doesn't route the USB host pins */
+&usbhshost {
+	status = "disabled";
+};
+
 &gpmc {
 	ranges = <0 0 0x30000000 0x1000000>;	/* CS0: 16MB for NAND */