arm64: dts: ti: k3-am65: disable "mcu_cpsw" in SoC file and enable 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-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>
This commit is contained in:
Siddharth Vadapalli 2025-10-15 16:43:34 +05:30 committed by Vignesh Raghavendra
parent e8535e2b27
commit 6d2138b85e
3 changed files with 3 additions and 4 deletions

View File

@ -457,10 +457,6 @@ &main_i2c3 {
#size-cells = <0>;
};
&mcu_cpsw {
status = "disabled";
};
&sdhci1 {
status = "okay";
pinctrl-names = "default";

View File

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

View File

@ -571,6 +571,7 @@ partition@3fe0000 {
&mcu_cpsw {
pinctrl-names = "default";
pinctrl-0 = <&mcu_cpsw_pins_default>;
status = "okay";
};
&davinci_mdio {