diff mbox

ARM: DTS: am3517.dtsi: Disable reference to OMAP3 OTG controller

Message ID 20180711175454.9464-1-aford173@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Adam Ford July 11, 2018, 5:54 p.m. UTC
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 <aford173@gmail.com>

Comments

Tony Lindgren July 12, 2018, 1:57 p.m. UTC | #1
* Adam Ford <aford173@gmail.com> [180711 10:58]:
> 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.

Applying into omap-for-v4.18/fixes thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi
index c17cfe6a2132..cb264220dcb8 100644
--- a/arch/arm/boot/dts/am3517.dtsi
+++ b/arch/arm/boot/dts/am3517.dtsi
@@ -87,6 +87,11 @@ 
 	};
 };
 
+/* Table Table 5-79 of the TRM shows 480ab000 is reserved */
+&usb_otg_hs {
+	status = "disabled";
+};
+
 &iva {
 	status = "disabled";
 };