linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes
@ 2022-08-27 13:15 Pali Rohár
  2022-09-22 12:59 ` Pali Rohár
  2022-10-04 13:24 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Pali Rohár @ 2022-08-27 13:15 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: linuxppc-dev, linux-kernel

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>
---
 arch/powerpc/boot/dts/turris1x.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/boot/dts/turris1x.dts b/arch/powerpc/boot/dts/turris1x.dts
index 8277e0d7fd91..64c0dd733e40 100644
--- a/arch/powerpc/boot/dts/turris1x.dts
+++ b/arch/powerpc/boot/dts/turris1x.dts
@@ -147,7 +147,7 @@
 
 					port@0 {
 						reg = <0>;
-						label = "cpu1";
+						label = "cpu";
 						ethernet = <&enet1>;
 						phy-mode = "rgmii-id";
 
@@ -184,7 +184,7 @@
 
 					port@6 {
 						reg = <6>;
-						label = "cpu0";
+						label = "cpu";
 						ethernet = <&enet0>;
 						phy-mode = "rgmii-id";
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes
  2022-08-27 13:15 [PATCH] powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes Pali Rohár
@ 2022-09-22 12:59 ` Pali Rohár
  2022-10-04 13:24 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Pali Rohár @ 2022-09-22 12:59 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: linuxppc-dev, linux-kernel

On Saturday 27 August 2022 15:15:38 Pali Rohár wrote:
> 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>

Ping?

> ---
>  arch/powerpc/boot/dts/turris1x.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/powerpc/boot/dts/turris1x.dts b/arch/powerpc/boot/dts/turris1x.dts
> index 8277e0d7fd91..64c0dd733e40 100644
> --- a/arch/powerpc/boot/dts/turris1x.dts
> +++ b/arch/powerpc/boot/dts/turris1x.dts
> @@ -147,7 +147,7 @@
>  
>  					port@0 {
>  						reg = <0>;
> -						label = "cpu1";
> +						label = "cpu";
>  						ethernet = <&enet1>;
>  						phy-mode = "rgmii-id";
>  
> @@ -184,7 +184,7 @@
>  
>  					port@6 {
>  						reg = <6>;
> -						label = "cpu0";
> +						label = "cpu";
>  						ethernet = <&enet0>;
>  						phy-mode = "rgmii-id";
>  
> -- 
> 2.20.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes
  2022-08-27 13:15 [PATCH] powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes Pali Rohár
  2022-09-22 12:59 ` Pali Rohár
@ 2022-10-04 13:24 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2022-10-04 13:24 UTC (permalink / raw)
  To: Pali Rohár, Michael Ellerman; +Cc: linuxppc-dev, linux-kernel

On Sat, 27 Aug 2022 15:15:38 +0200, Pali Rohár wrote:
> DSA cpu port node has to be marked with "cpu" label.
> So fix it for both cpu port nodes.
> 
> 

Applied to powerpc/next.

[1/1] powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes
      https://git.kernel.org/powerpc/c/8bf056f57f1d16c561e43f9af37301f23990cd21

cheers

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-04 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-27 13:15 [PATCH] powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes Pali Rohár
2022-09-22 12:59 ` Pali Rohár
2022-10-04 13:24 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).