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 16:34:25 +0800 |
commit | b340ee0263f44fd598d112ca644a0e2e8f16631b (patch) | |
tree | 44ae8ec85e0440b27cd9d5358013bcea864c26c4 /arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | |
parent | d5065050006461f1e859aec7853bd62ac8739af5 (diff) | |
download | lwn-b340ee0263f44fd598d112ca644a0e2e8f16631b.tar.gz lwn-b340ee0263f44fd598d112ca644a0e2e8f16631b.zip |
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.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi index 5627dd7734f3..1215fcdf70fa 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi @@ -1156,6 +1156,7 @@ mscc_felix_port4: port@4 { reg = <4>; phy-mode = "internal"; + ethernet = <&enetc_port2>; status = "disabled"; fixed-link { |