arm64: dts: ti: k3-j721e: disable "mcu_cpsw" in SoC file and enable it in board file

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-j721e-mcu-wakeup.dtsi" and enable it in the board
files:
a) k3-j721e-beagleboneai64.dts
b) k3-j721e-common-proc-board.dts
c) k3-j721e-sk.dts

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Link: https://patch.msgid.link/20251015111344.3639415-5-s-vadapalli@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
Siddharth Vadapalli 2025-10-15 16:43:36 +05:30 committed by Vignesh Raghavendra
parent 5a74aa002c
commit ee90abbed7
4 changed files with 5 additions and 0 deletions

View File

@ -663,6 +663,7 @@ adc {
&mcu_cpsw {
pinctrl-names = "default";
pinctrl-0 = <&mcu_cpsw_pins_default>;
status = "okay";
};
&davinci_mdio {

View File

@ -769,6 +769,7 @@ exp5: gpio@20 {
&mcu_cpsw {
pinctrl-names = "default";
pinctrl-0 = <&mcu_cpsw_pins_default>, <&mcu_mdio_pins_default>;
status = "okay";
};
&davinci_mdio {

View File

@ -551,6 +551,8 @@ mcu_cpsw: ethernet@46000000 {
"tx4", "tx5", "tx6", "tx7",
"rx";
status = "disabled";
ethernet-ports {
#address-cells = <1>;
#size-cells = <0>;

View File

@ -1034,6 +1034,7 @@ &usb1 {
&mcu_cpsw {
pinctrl-names = "default";
pinctrl-0 = <&mcu_cpsw_pins_default>, <&mcu_mdio_pins_default>;
status = "okay";
};
&davinci_mdio {