OSDN Git Service

arm64: dts: ls1028a: enable swp5 and eno3 for all boards
authorVladimir Oltean <vladimir.oltean@nxp.com>
Wed, 31 Aug 2022 16:01:24 +0000 (19:01 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Sep 2022 08:34:25 +0000 (16:34 +0800)
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>
arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts
arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts
arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts

index 52ef2e8..73eb606 100644 (file)
        status = "okay";
 };
 
+&enetc_port3 {
+       status = "okay";
+};
+
 &i2c3 {
        eeprom@57 {
                compatible = "atmel,24c32";
        status = "okay";
 };
 
+&mscc_felix_port5 {
+       status = "okay";
+};
+
 &sata {
        status = "okay";
 };
index 37c20cb..113b1df 100644 (file)
        status = "okay";
 };
 
+&enetc_port3 {
+       status = "okay";
+};
+
 &mscc_felix {
        status = "okay";
 };
@@ -62,3 +66,7 @@
 &mscc_felix_port4 {
        status = "okay";
 };
+
+&mscc_felix_port5 {
+       status = "okay";
+};
index 7285bdc..e33725c 100644 (file)
        status = "okay";
 };
 
+&enetc_port3 {
+       status = "okay";
+};
+
 &esdhc {
        sd-uhs-sdr104;
        sd-uhs-sdr50;
        status = "okay";
 };
 
+&mscc_felix_port5 {
+       status = "okay";
+};
+
 &optee {
        status = "okay";
 };