ARM: dts: logicpd-torpedo: Disable USB Host
authorAdam Ford <aford173@gmail.com>
Fri, 8 Nov 2019 14:40:25 +0000 (08:40 -0600)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Nov 2019 21:03:06 +0000 (13:03 -0800)
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/logicpd-torpedo-som.dtsi

index 3fdd0a7..4c11deb 100644 (file)
        };
 };
 
+/* The Torpedo doesn't route the USB host pins */
+&usbhshost {
+       status = "disabled";
+};
+
 &gpmc {
        ranges = <0 0 0x30000000 0x1000000>;    /* CS0: 16MB for NAND */