]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-am65: disable "mcu_cpsw" in SoC file and enable in board file
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Wed, 15 Oct 2025 11:13:34 +0000 (16:43 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 6 Nov 2025 06:18:29 +0000 (11:48 +0530)
Following the existing convention of disabling nodes in the SoC file and
enabling only the required ones in the board file, disable "mcu_cpsw" node
in the SoC file "k3-am65-mcu.dtsi" and enable it in the board file
"k3-am654-base-board.dts". Also, now that "mcu_cpsw" is disabled in the
SoC file, disabling it in "k3-am65-iot2050-common.dtsi" is no longer
required. Hence, remove the section corresponding to this change.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Link: https://patch.msgid.link/20251015111344.3639415-3-s-vadapalli@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
arch/arm64/boot/dts/ti/k3-am654-base-board.dts

index 42ba3dab2fc1eb4f8b69e0f51dbda35c25c1185a..a9a4e7401a494975a866a12aaa865ee178c09f22 100644 (file)
        #size-cells = <0>;
 };
 
-&mcu_cpsw {
-       status = "disabled";
-};
-
 &sdhci1 {
        status = "okay";
        pinctrl-names = "default";
index f6d9a577991884636b8a6ce99c0107842ca8e931..74439e0c16a5a017b82e232f2eaa6687c282780b 100644 (file)
                            "tx4", "tx5", "tx6", "tx7",
                            "rx";
 
+               status = "disabled";
+
                ethernet-ports {
                        #address-cells = <1>;
                        #size-cells = <0>;
index 961287b6a3ed3e19f313d2163fec4d5d8a63b744..46c58162eca0d8434bb03225aabded8d561a37bb 100644 (file)
 &mcu_cpsw {
        pinctrl-names = "default";
        pinctrl-0 = <&mcu_cpsw_pins_default>;
+       status = "okay";
 };
 
 &davinci_mdio {