projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7b9cb9
)
ARM: dts: dra76x: Disable usb4_tm target module
author
Keerthy
<j-keerthy@ti.com>
Fri, 17 May 2019 01:14:07 +0000
(06:44 +0530)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 20 May 2019 15:28:02 +0000
(08:28 -0700)
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra76x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/dra76x.dtsi
b/arch/arm/boot/dts/dra76x.dtsi
index
5c43727
..
82b3dc9
100644
(file)
--- a/
arch/arm/boot/dts/dra76x.dtsi
+++ b/
arch/arm/boot/dts/dra76x.dtsi
@@
-85,3
+85,7
@@
&rtctarget {
status = "disabled";
};
+
+&usb4_tm {
+ status = "disabled";
+};