]> Git Repo - linux.git/commitdiff
ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller
authorAdam Ford <[email protected]>
Wed, 11 Jul 2018 17:54:54 +0000 (12:54 -0500)
committerTony Lindgren <[email protected]>
Thu, 12 Jul 2018 13:57:05 +0000 (06:57 -0700)
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]>
arch/arm/boot/dts/am3517.dtsi

index 4b6062b631b1a73813f56e5a447a617a911700a3..23ea381d363fd12e6d9ac7f08e8613f1bf12443e 100644 (file)
        };
 };
 
+/* Table Table 5-79 of the TRM shows 480ab000 is reserved */
+&usb_otg_hs {
+       status = "disabled";
+};
+
 &iva {
        status = "disabled";
 };
This page took 0.061682 seconds and 4 git commands to generate.