diff options
author | Keerthy <j-keerthy@ti.com> | 2019-06-04 11:43:35 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-06-10 00:04:59 -0700 |
commit | cbdce1418894c4da804fd89555376863aa956a12 (patch) | |
tree | fd45dc011c08270622527205fadeecf72dc2a8e1 | |
parent | 34f61de87017aff3c8306280d196dddb1e168a88 (diff) | |
download | blackbird-op-linux-cbdce1418894c4da804fd89555376863aa956a12.tar.gz blackbird-op-linux-cbdce1418894c4da804fd89555376863aa956a12.zip |
ARM: dts: dra72x: Disable usb4_tm target module
usb4_tm is unsed on dra72 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")
Reported-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/dra72x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72x.dtsi b/arch/arm/boot/dts/dra72x.dtsi index 89831552cd86..9c39c6b9b5d6 100644 --- a/arch/arm/boot/dts/dra72x.dtsi +++ b/arch/arm/boot/dts/dra72x.dtsi @@ -62,3 +62,7 @@ &pcie2_rc { compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie"; }; + +&usb4_tm { + status = "disabled"; +}; |