Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: logicpd-torpedo: Disable USB Host

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>

authored by

Adam Ford and committed by
Tony Lindgren
abb0e36b 8df81af1

+5
+5
arch/arm/boot/dts/logicpd-torpedo-som.dtsi
··· 35 35 }; 36 36 }; 37 37 38 + /* The Torpedo doesn't route the USB host pins */ 39 + &usbhshost { 40 + status = "disabled"; 41 + }; 42 + 38 43 &gpmc { 39 44 ranges = <0 0 0x30000000 0x1000000>; /* CS0: 16MB for NAND */ 40 45