Skip to content

Commit

Permalink
powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes
Browse files Browse the repository at this point in the history
[ Upstream commit 8bf056f ]

DSA cpu port node has to be marked with "cpu" label.
So fix it for both cpu port nodes.

Fixes: 54c15ec ("powerpc: dts: Add DTS file for CZ.NIC Turris 1.x routers")
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220827131538.14577-1-pali@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
pali authored and gregkh committed Oct 21, 2022
1 parent 05f0a42 commit aece8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/turris1x.dts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

port@0 {
reg = <0>;
label = "cpu1";
label = "cpu";
ethernet = <&enet1>;
phy-mode = "rgmii-id";

Expand Down Expand Up @@ -184,7 +184,7 @@

port@6 {
reg = <6>;
label = "cpu0";
label = "cpu";
ethernet = <&enet0>;
phy-mode = "rgmii-id";

Expand Down

0 comments on commit aece8a2

Please sign in to comment.