All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: dts: dra76-evm: Disable usb4_tm target module
@ 2019-05-16  9:06 Keerthy
  2019-05-16  9:06 ` [PATCH 2/2] arm: dts: dra76-evm: Disable rtc " Keerthy
  0 siblings, 1 reply; 7+ messages in thread
From: Keerthy @ 2019-05-16  9:06 UTC (permalink / raw)
  To: tony, robh+dt; +Cc: devicetree, linux-omap, t-kristo, j-keerthy

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 --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>;
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-05-16 16:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16  9:06 [PATCH 1/2] arm: dts: dra76-evm: Disable usb4_tm target module Keerthy
2019-05-16  9:06 ` [PATCH 2/2] arm: dts: dra76-evm: Disable rtc " Keerthy
2019-05-16 16:12   ` Tony Lindgren
2019-05-16 16:31     ` keerthy
2019-05-16 16:47       ` Tony Lindgren
2019-05-16 16:54         ` keerthy
2019-05-16 16:58           ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.