diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2022-08-31 18:01:24 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-09-17 10:34:25 +0200 |
commit | 68ad0821fc7c95983e46d6c9fa5ff1ff689c9b6c (patch) | |
tree | 185770790458e6e745fe2857d658f36e6525167c /arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts | |
parent | arm64: dts: ls1028a: mark enetc port 3 as a DSA master too (diff) | |
download | linux-68ad0821fc7c95983e46d6c9fa5ff1ff689c9b6c.tar.xz linux-68ad0821fc7c95983e46d6c9fa5ff1ff689c9b6c.zip |
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts index 52ef2e8e5492..73eb6061c73e 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts @@ -59,6 +59,10 @@ status = "okay"; }; +&enetc_port3 { + status = "okay"; +}; + &i2c3 { eeprom@57 { compatible = "atmel,24c32"; @@ -107,6 +111,10 @@ status = "okay"; }; +&mscc_felix_port5 { + status = "okay"; +}; + &sata { status = "okay"; }; |