projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f61de
)
ARM: dts: dra72x: Disable usb4_tm target module
author
Keerthy
<j-keerthy@ti.com>
Tue, 4 Jun 2019 06:13:35 +0000
(11:43 +0530)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 10 Jun 2019 07:04:59 +0000
(
00:04
-0700)
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>
arch/arm/boot/dts/dra72x.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/dra72x.dtsi
b/arch/arm/boot/dts/dra72x.dtsi
index 89831552cd86c5121a83e2ab23dbc467ae9d5c8b..9c39c6b9b5d60ad4b6b7aee41276424ea0711a4a 100644
(file)
--- 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";
+};