summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@skf.com>2022-08-23 09:27:42 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-10-05 10:39:40 +0200
commitd50e0e2f3d94e71bc74536f23476cca423943aa6 (patch)
treeed63bed3281e8531052b39f1df80a33c698d881f /arch
parentc48e3db1df25ca228d0013558511e078957935a1 (diff)
downloadlinux-stable-d50e0e2f3d94e71bc74536f23476cca423943aa6.tar.gz
linux-stable-d50e0e2f3d94e71bc74536f23476cca423943aa6.tar.bz2
linux-stable-d50e0e2f3d94e71bc74536f23476cca423943aa6.zip
ARM: dts: am5748: keep usb4_tm disabled
[ Upstream commit 6a6d9ecff14a2a46c1deeffa3eb3825349639bdd ] Commit bcbb63b80284 ("ARM: dts: dra7: Separate AM57 dtsi files") disabled usb4_tm for am5748 devices since USB4 IP is not present in this SoC. The commit log explained the difference between AM5 and DRA7 families: AM5 and DRA7 SoC families have different set of modules in them so the SoC sepecific dtsi files need to be separated. e.g. Some of the major differences between AM576 and DRA76 DRA76x AM576x USB3 x USB4 x ATL x VCP x MLB x ISS x PRU-ICSS1 x PRU-ICSS2 x Then commit 176f26bcd41a ("ARM: dts: Add support for dra762 abz package") removed usb4_tm part from am5748.dtsi and introcuded new ti-sysc errors in dmesg: ti-sysc 48940000.target-module: clock get error for fck: -2 ti-sysc: probe of 48940000.target-module failed with error -2 Fixes: 176f26bcd41a ("ARM: dts: Add support for dra762 abz package") Signed-off-by: Romain Naour <romain.naour@skf.com> Signed-off-by: Romain Naour <romain.naour@smile.fr> Message-Id: <20220823072742.351368-1-romain.naour@smile.fr> Reviewed-by: Roger Quadros <rogerq@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/am5748.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am5748.dtsi b/arch/arm/boot/dts/am5748.dtsi
index c260aa1a85bd..a1f029e9d1f3 100644
--- a/arch/arm/boot/dts/am5748.dtsi
+++ b/arch/arm/boot/dts/am5748.dtsi
@@ -25,6 +25,10 @@
status = "disabled";
};
+&usb4_tm {
+ status = "disabled";
+};
+
&atl_tm {
status = "disabled";
};