diff options
author | Adam Ford <aford173@gmail.com> | 2018-10-21 09:09:01 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-16 13:34:37 -0500 |
commit | c3b89468fcbac368384533cf947a19f493af92a8 (patch) | |
tree | 82b47e9722c92a3186fc4a91af66299e4a51b2e2 /arch/arm/dts/am3517.dtsi | |
parent | 44cdfc0ece20d649ab18690a8020da34137a670b (diff) | |
download | u-boot-c3b89468fcbac368384533cf947a19f493af92a8.tar.gz |
ARM: DTS: Resync am3517-evm.dts with Linux 4.19
Some minor changes have been made to the AM3517-evm and the underlying
am3517.dtsi files. This patch re-sync's the DTS and DTSI files with
Linux.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm/dts/am3517.dtsi')
-rw-r--r-- | arch/arm/dts/am3517.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/am3517.dtsi b/arch/arm/dts/am3517.dtsi index 4b6062b631..23ea381d36 100644 --- a/arch/arm/dts/am3517.dtsi +++ b/arch/arm/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"; }; |