diff options
author | Keerthy <j-keerthy@ti.com> | 2019-05-17 03:14:08 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-05-20 17:28:10 +0200 |
commit | fe9edfe648ac444150ec95da1fb10e2728cc9789 (patch) | |
tree | c173232c757cc1c781c4f481c002cc9d0841c3da /arch/arm/boot/dts/dra71-evm.dts | |
parent | ARM: dts: dra76x: Disable usb4_tm target module (diff) | |
download | linux-fe9edfe648ac444150ec95da1fb10e2728cc9789.tar.xz linux-fe9edfe648ac444150ec95da1fb10e2728cc9789.zip |
ARM: dts: dra71x: Disable rtc target module
Introduce dra71x.dtsi to include dra71x specific changes.
rtc is fused out on dra71 and accessing target module
register is causing a boot crash hence disable it.
Fixes: 549fce068a3112 ("ARM: dts: dra7: Add l4 interconnect hierarchy and ti-sysc data")
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra71-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra71-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra71-evm.dts b/arch/arm/boot/dts/dra71-evm.dts index 82cc7ec37af0..c496ae83e27e 100644 --- a/arch/arm/boot/dts/dra71-evm.dts +++ b/arch/arm/boot/dts/dra71-evm.dts @@ -6,7 +6,7 @@ * published by the Free Software Foundation. */ -#include "dra72-evm-common.dtsi" +#include "dra71x.dtsi" #include "dra7-mmc-iodelay.dtsi" #include "dra72x-mmc-iodelay.dtsi" #include <dt-bindings/net/ti-dp83867.h> |