summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorKeerthy2019-06-04 08:13:35 +0200
committerTony Lindgren2019-06-10 09:04:59 +0200
commitcbdce1418894c4da804fd89555376863aa956a12 (patch)
treefd45dc011c08270622527205fadeecf72dc2a8e1 /arch/arm/boot
parentARM: dts: Drop bogus CLKSEL for timer12 on dra7 (diff)
downloadkernel-qcow2-linux-cbdce1418894c4da804fd89555376863aa956a12.tar.gz
kernel-qcow2-linux-cbdce1418894c4da804fd89555376863aa956a12.tar.xz
kernel-qcow2-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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/dra72x.dtsi4
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";
+};