]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: ti: k3-j7200: disable "mcu_cpsw" in SoC file and enable in board file
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Wed, 15 Oct 2025 11:13:35 +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-j7200-mcu-wakeup.dtsi" and enable it in the board file
"k3-j7200-common-proc-board.dts".

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Link: https://patch.msgid.link/20251015111344.3639415-4-s-vadapalli@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi

index 4608828512d133f05b8287a9d20dc3e1de5589fe..3e5efdfe87f15a6e0e84d06927e070abe8757268 100644 (file)
 &mcu_cpsw {
        pinctrl-names = "default";
        pinctrl-0 = <&mcu_cpsw_pins_default>, <&mcu_mdio_pins_default>;
+       status = "okay";
 };
 
 &davinci_mdio {
index 692c4745040e1525a3885b1f64083ec143618734..fec1db8b133d303b716e59dba76ec3308205ce2b 100644 (file)
                            "tx4", "tx5", "tx6", "tx7",
                            "rx";
 
+               status = "disabled";
+
                ethernet-ports {
                        #address-cells = <1>;
                        #size-cells = <0>;