linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] dt-bindings: net: lan966x: fix example
@ 2022-05-03 13:20 Michael Walle
  2022-05-05  3:20 ` Rob Herring
  2022-05-05  3:50 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Walle @ 2022-05-03 13:20 UTC (permalink / raw)
  To: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Horatiu Vultur
  Cc: netdev, devicetree, linux-kernel, Michael Walle, Rob Herring

In commit 4fdabd509df3 ("dt-bindings: net: lan966x: remove PHY reset")
the PHY reset was removed, but I failed to remove it from the example.
Fix it.

Fixes: 4fdabd509df3 ("dt-bindings: net: lan966x: remove PHY reset")
Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Michael Walle <michael@walle.cc>
---
 .../devicetree/bindings/net/microchip,lan966x-switch.yaml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml
index f3ed708de0eb..dc116f14750e 100644
--- a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml
+++ b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml
@@ -145,8 +145,8 @@ examples:
       reg-names = "cpu", "gcb";
       interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
       interrupt-names = "xtr";
-      resets = <&switch_reset 0>, <&phy_reset 0>;
-      reset-names = "switch", "phy";
+      resets = <&switch_reset 0>;
+      reset-names = "switch";
       ethernet-ports {
         #address-cells = <1>;
         #size-cells = <0>;
-- 
2.30.2


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

* Re: [PATCH net-next] dt-bindings: net: lan966x: fix example
  2022-05-03 13:20 [PATCH net-next] dt-bindings: net: lan966x: fix example Michael Walle
@ 2022-05-05  3:20 ` Rob Herring
  2022-05-05  3:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2022-05-05  3:20 UTC (permalink / raw)
  To: Michael Walle
  Cc: Jakub Kicinski, Rob Herring, devicetree, Paolo Abeni,
	Eric Dumazet, netdev, Krzysztof Kozlowski, linux-kernel,
	Horatiu Vultur, David S . Miller

On Tue, 03 May 2022 15:20:38 +0200, Michael Walle wrote:
> In commit 4fdabd509df3 ("dt-bindings: net: lan966x: remove PHY reset")
> the PHY reset was removed, but I failed to remove it from the example.
> Fix it.
> 
> Fixes: 4fdabd509df3 ("dt-bindings: net: lan966x: remove PHY reset")
> Reported-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
>  .../devicetree/bindings/net/microchip,lan966x-switch.yaml     | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH net-next] dt-bindings: net: lan966x: fix example
  2022-05-03 13:20 [PATCH net-next] dt-bindings: net: lan966x: fix example Michael Walle
  2022-05-05  3:20 ` Rob Herring
@ 2022-05-05  3:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-05-05  3:50 UTC (permalink / raw)
  To: Michael Walle
  Cc: davem, edumazet, kuba, pabeni, robh+dt, krzysztof.kozlowski+dt,
	horatiu.vultur, netdev, devicetree, linux-kernel, robh

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  3 May 2022 15:20:38 +0200 you wrote:
> In commit 4fdabd509df3 ("dt-bindings: net: lan966x: remove PHY reset")
> the PHY reset was removed, but I failed to remove it from the example.
> Fix it.
> 
> Fixes: 4fdabd509df3 ("dt-bindings: net: lan966x: remove PHY reset")
> Reported-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Michael Walle <michael@walle.cc>
> 
> [...]

Here is the summary with links:
  - [net-next] dt-bindings: net: lan966x: fix example
    https://git.kernel.org/netdev/net-next/c/fa728505f3e7

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-05-05  3:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 13:20 [PATCH net-next] dt-bindings: net: lan966x: fix example Michael Walle
2022-05-05  3:20 ` Rob Herring
2022-05-05  3:50 ` patchwork-bot+netdevbpf

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).