]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: dts: ti: iot2050: Disable lock-step for all iot2050 boards
authorLi Hua Qian <huaqian.li@siemens.com>
Tue, 22 Oct 2024 06:04:24 +0000 (08:04 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 29 Oct 2024 02:54:23 +0000 (20:54 -0600)
The PG1 A variant of the iot2050 series has been identified which
partially lacks support for lock-step mode. This implies that all
iot2050 boards can't support this mode. As a result, lock-step mode has
been disabled across all iot2050 boards for consistency and to avoid
potential issues.

Signed-off-by: Li Hua Qian <huaqian.li@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Link: https://lore.kernel.org/r/d1f5f84db7a1597cd29628a0b503e578367b7b40.1724830741.git.jan.kiszka@siemens.com
Signed-off-by: Nishanth Menon <nm@ti.com>
[ upstream commit: e0133f883cf115d9e97e704169a9fb6003caefb2 ]

(cherry picked from commit 4b4872feb66a9043741819a57af280ffb4a96608)

dts/upstream/src/arm64/ti/k3-am65-iot2050-common-pg2.dtsi
dts/upstream/src/arm64/ti/k3-am65-iot2050-common.dtsi
dts/upstream/src/arm64/ti/k3-am6528-iot2050-basic.dts

index e2584a5efe3438d75118061103ea977660057eea..b3c4c0eec3dc8f9c11411faf10f1e9de752181a2 100644 (file)
@@ -9,11 +9,6 @@
  * Common bits of the IOT2050 Basic and Advanced variants, PG2
  */
 
-&mcu_r5fss0 {
-       /* lock-step mode not supported on PG2 boards */
-       ti,cluster-mode = <0>;
-};
-
 &main_pmx0 {
        cp2102n_reset_pin_default: cp2102n-reset-default-pins {
                pinctrl-single,pins = <
index ef34b851e178a726561b38399bb51b0c1e0aeb54..e76828ccf21b551da10d44a81c7e6ab82a29a220 100644 (file)
                ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
        };
 };
+
+&mcu_r5fss0 {
+       /* lock-step mode not supported on iot2050 boards */
+       ti,cluster-mode = <0>;
+};
index 29a31891b3db6c9f5bb7ec9f38e9419f024da7bf..4968a47f31ea79ac193793506d2bdb10a7b14f27 100644 (file)
@@ -22,8 +22,3 @@
        compatible = "siemens,iot2050-basic", "ti,am654";
        model = "SIMATIC IOT2050 Basic";
 };
-
-&mcu_r5fss0 {
-       /* lock-step mode not supported on this board */
-       ti,cluster-mode = <0>;
-};