arm64: dts: ls1028a: enable swp5 and eno3 for all boards

In order for the LS1028A based boards to benefit from support for
multiple CPU ports, the second DSA master and its associated CPU port
must be enabled in the device trees. This does not change the default
CPU port from the current port 4.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Acked-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Vladimir Oltean
2022-08-31 19:01:24 +03:00
committed by Shawn Guo
parent d72e3b4e76
commit 68ad0821fc
3 changed files with 24 additions and 0 deletions

View File

@@ -59,6 +59,10 @@ &enetc_port2 {
status = "okay";
};
&enetc_port3 {
status = "okay";
};
&i2c3 {
eeprom@57 {
compatible = "atmel,24c32";
@@ -107,6 +111,10 @@ &mscc_felix_port4 {
status = "okay";
};
&mscc_felix_port5 {
status = "okay";
};
&sata {
status = "okay";
};

View File

@@ -39,6 +39,10 @@ &enetc_port2 {
status = "okay";
};
&enetc_port3 {
status = "okay";
};
&mscc_felix {
status = "okay";
};
@@ -62,3 +66,7 @@ &mscc_felix_port1 {
&mscc_felix_port4 {
status = "okay";
};
&mscc_felix_port5 {
status = "okay";
};

View File

@@ -151,6 +151,10 @@ &enetc_port2 {
status = "okay";
};
&enetc_port3 {
status = "okay";
};
&esdhc {
sd-uhs-sdr104;
sd-uhs-sdr50;
@@ -281,6 +285,10 @@ &mscc_felix_port4 {
status = "okay";
};
&mscc_felix_port5 {
status = "okay";
};
&optee {
status = "okay";
};