diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-11 12:54:54 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-12 06:57:05 -0700 |
commit | 923847413f7316b5ced3491769b3fefa6c56a79a (patch) | |
tree | df90d1806d8604a2bb31fa69ff3667c353fcc133 /arch | |
parent | 2f8b5b21830aea95989a6e67d8a971297272a086 (diff) |
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 <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/am3517.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi index 4b6062b631b1..23ea381d363f 100644 --- a/arch/arm/boot/dts/am3517.dtsi +++ b/arch/arm/boot/dts/am3517.dtsi @@ -91,6 +91,11 @@ }; }; +/* Table Table 5-79 of the TRM shows 480ab000 is reserved */ +&usb_otg_hs { + status = "disabled"; +}; + &iva { status = "disabled"; }; |