Skip to content

Commit 9238474

Browse files
aford173tmlind
authored andcommitted
ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller
The AM3517 has a different OTG controller location than the OMAP3, which is included from omap3.dtsi. This results in a hwmod error. Since the AM3517 has a different OTG controller address, this patch disabes one that is isn't available. Signed-off-by: Adam Ford <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 2f8b5b2 commit 9238474

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/am3517.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
};
9292
};
9393

94+
/* Table Table 5-79 of the TRM shows 480ab000 is reserved */
95+
&usb_otg_hs {
96+
status = "disabled";
97+
};
98+
9499
&iva {
95100
status = "disabled";
96101
};

0 commit comments

Comments
 (0)