diff mbox series

arm: dts: dra72x: Disable usb4_tm target module

Message ID 20190604061335.8264-1-j-keerthy@ti.com (mailing list archive)
State New, archived
Headers show
Series arm: dts: dra72x: Disable usb4_tm target module | expand

Commit Message

J, KEERTHY June 4, 2019, 6:13 a.m. UTC
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>
---
 arch/arm/boot/dts/dra72x.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tony Lindgren June 10, 2019, 7:06 a.m. UTC | #1
* Keerthy <j-keerthy@ti.com> [190603 23:13]:
> usb4_tm is unsed on dra72 and accessing the module
> with ti,sysc is causing a boot crash hence disable its target
> module.

Thanks for testing and fixing this, applying into fixes.

Tony
diff mbox series

Patch

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";
+};