diff options
author | Keerthy <j-keerthy@ti.com> | 2019-05-17 03:14:09 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-05-20 17:28:33 +0200 |
commit | 34b1b8061de3215208db9accfe60cc3f5b40178f (patch) | |
tree | 93e55ee4b9a807cb5577b2daf17f235064b7198e | |
parent | ARM: dts: dra71x: Disable rtc target module (diff) | |
download | linux-34b1b8061de3215208db9accfe60cc3f5b40178f.tar.xz linux-34b1b8061de3215208db9accfe60cc3f5b40178f.zip |
ARM: dts: dra71x: Disable usb4_tm target module
usb4_tm is unsed on dra71 and accessing the module
with ti,sysc is causing a boot crash hence disable its target
module.
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>
-rw-r--r-- | arch/arm/boot/dts/dra71x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra71x.dtsi b/arch/arm/boot/dts/dra71x.dtsi index aad7394902a6..695a08ed0360 100644 --- a/arch/arm/boot/dts/dra71x.dtsi +++ b/arch/arm/boot/dts/dra71x.dtsi @@ -11,3 +11,7 @@ &rtctarget { status = "disabled"; }; + +&usb4_tm { + status = "disabled"; +}; |