projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9986f0
)
powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes
author
Pali Rohár
<pali@kernel.org>
Sat, 27 Aug 2022 13:15:38 +0000
(15:15 +0200)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 26 Sep 2022 10:58:19 +0000
(20:58 +1000)
DSA cpu port node has to be marked with "cpu" label.
So fix it for both cpu port nodes.
Fixes:
54c15ec3b738
("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
arch/powerpc/boot/dts/turris1x.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/boot/dts/turris1x.dts
b/arch/powerpc/boot/dts/turris1x.dts
index 47027b4cebb33503549ac700f491cf39fd7118c3..045af668e92847844c2431ef6532da430289adcf 100644
(file)
--- a/
arch/powerpc/boot/dts/turris1x.dts
+++ b/
arch/powerpc/boot/dts/turris1x.dts
@@
-147,7
+147,7
@@
port@0 {
reg = <0>;
- label = "cpu
1
";
+ label = "cpu";
ethernet = <&enet1>;
phy-mode = "rgmii-id";
@@
-184,7
+184,7
@@
port@6 {
reg = <6>;
- label = "cpu
0
";
+ label = "cpu";
ethernet = <&enet0>;
phy-mode = "rgmii-id";