From: Adam Ford Date: Wed, 11 Jul 2018 17:54:54 +0000 (-0500) Subject: ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller X-Git-Tag: v4.9.124~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8c9e45f9225b908bafe26fb265985aef65fb4cd;p=platform%2Fkernel%2Flinux-amlogic.git ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller [ Upstream commit 923847413f7316b5ced3491769b3fefa6c56a79a ] 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 Signed-off-by: Tony Lindgren Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi index 0db19d39d24c..d022b6b03273 100644 --- a/arch/arm/boot/dts/am3517.dtsi +++ b/arch/arm/boot/dts/am3517.dtsi @@ -74,6 +74,11 @@ }; }; +/* Table Table 5-79 of the TRM shows 480ab000 is reserved */ +&usb_otg_hs { + status = "disabled"; +}; + &iva { status = "disabled"; };