diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2022-08-31 19:01:22 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-09-17 11:34:25 +0300 |
commit | b340ee0263f44fd598d112ca644a0e2e8f16631b (patch) | |
tree | 44ae8ec85e0440b27cd9d5358013bcea864c26c4 /arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts | |
parent | d5065050006461f1e859aec7853bd62ac8739af5 (diff) | |
download | linux-b340ee0263f44fd598d112ca644a0e2e8f16631b.tar.xz |
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: 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-sl28-var2.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts index 330e34f933a3..37c20cb6c152 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts @@ -60,6 +60,5 @@ }; &mscc_felix_port4 { - ethernet = <&enetc_port2>; status = "okay"; }; |