mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
8df81af177
commit
abb0e36b43
|
@ -35,6 +35,11 @@ hfclk_26m: oscillator {
|
|||
};
|
||||
};
|
||||
|
||||
/* The Torpedo doesn't route the USB host pins */
|
||||
&usbhshost {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&gpmc {
|
||||
ranges = <0 0 0x30000000 0x1000000>; /* CS0: 16MB for NAND */
|
||||
|
||||
|
|
Loading…
Reference in New Issue