linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: DTS: am3517.dtsi:  Disable reference to OMAP3 OTG controller
@ 2018-07-11 17:54 Adam Ford
  2018-07-12 13:57 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2018-07-11 17:54 UTC (permalink / raw)
  To: adam.ford
  Cc: Adam Ford, Benoît Cousson, Tony Lindgren, Rob Herring,
	Mark Rutland, linux-omap, devicetree, linux-kernel

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>

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";
 };
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: DTS: am3517.dtsi:  Disable reference to OMAP3 OTG controller
  2018-07-11 17:54 [PATCH] ARM: DTS: am3517.dtsi: Disable reference to OMAP3 OTG controller Adam Ford
@ 2018-07-12 13:57 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2018-07-12 13:57 UTC (permalink / raw)
  To: Adam Ford
  Cc: adam.ford, Benoît Cousson, Rob Herring, Mark Rutland,
	linux-omap, devicetree, linux-kernel

* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-12 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-11 17:54 [PATCH] ARM: DTS: am3517.dtsi: Disable reference to OMAP3 OTG controller Adam Ford
2018-07-12 13:57 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).