Commit b340ee02 authored by Vladimir Oltean's avatar Vladimir Oltean Committed by Shawn Guo

arm64: dts: ls1028a: move DSA CPU port property to the common SoC dtsi

Since the CPU port 4 of the switch is hardwired inside the SoC to go to
the enetc port 2, this shouldn't be something that the board files need
to set (but whether that CPU port is used or not is another discussion).

So move the DSA "ethernet" property to the common dtsi.
Signed-off-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Acked-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d5065050
......@@ -104,7 +104,6 @@ &mscc_felix_port3 {
};
&mscc_felix_port4 {
ethernet = <&enetc_port2>;
status = "okay";
};
......
......@@ -60,6 +60,5 @@ &mscc_felix_port1 {
};
&mscc_felix_port4 {
ethernet = <&enetc_port2>;
status = "okay";
};
......@@ -278,7 +278,6 @@ &mscc_felix_port3 {
};
&mscc_felix_port4 {
ethernet = <&enetc_port2>;
status = "okay";
};
......
......@@ -1156,6 +1156,7 @@ mscc_felix_port3: port@3 {
mscc_felix_port4: port@4 {
reg = <4>;
phy-mode = "internal";
ethernet = <&enetc_port2>;
status = "disabled";
fixed-link {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment