Commit 6d2138b8 authored by Siddharth Vadapalli's avatar Siddharth Vadapalli Committed by Vignesh Raghavendra
Browse files

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: default avatarSiddharth Vadapalli <s-vadapalli@ti.com>
Link: https://patch.msgid.link/20251015111344.3639415-3-s-vadapalli@ti.com


Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent e8535e2b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -457,10 +457,6 @@ &main_i2c3 {
	#size-cells = <0>;
};

&mcu_cpsw {
	status = "disabled";
};

&sdhci1 {
	status = "okay";
	pinctrl-names = "default";
+2 −0
Original line number Diff line number Diff line
@@ -354,6 +354,8 @@ mcu_cpsw: ethernet@46000000 {
			    "tx4", "tx5", "tx6", "tx7",
			    "rx";

		status = "disabled";

		ethernet-ports {
			#address-cells = <1>;
			#size-cells = <0>;
+1 −0
Original line number Diff line number Diff line
@@ -571,6 +571,7 @@ partition@3fe0000 {
&mcu_cpsw {
	pinctrl-names = "default";
	pinctrl-0 = <&mcu_cpsw_pins_default>;
	status = "okay";
};

&davinci_mdio {