diff mbox series

[1/2] arm: dts: dra76-evm: Disable usb4_tm target module

Message ID 20190516090657.25211-1-j-keerthy@ti.com (mailing list archive)
State New, archived
Headers show
Series [1/2] arm: dts: dra76-evm: Disable usb4_tm target module | expand

Commit Message

J, KEERTHY May 16, 2019, 9:06 a.m. UTC
usb4_tm is unsed on dra76 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>
---
 arch/arm/boot/dts/dra76-evm.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts
index 8a57895fd8f3..6607fbe3c67c 100644
--- a/arch/arm/boot/dts/dra76-evm.dts
+++ b/arch/arm/boot/dts/dra76-evm.dts
@@ -431,6 +431,10 @@ 
 	phy-names = "pcie-phy0", "pcie-phy1";
 };
 
+&usb4_tm {
+	status = "disabled";
+};
+
 &pcie1_ep {
 	num-lanes = <2>;
 	phys = <&pcie1_phy>, <&pcie2_phy>;