2022-05-03 14:55:10

by Michael Walle

[permalink] [raw]
Subject: [PATCH net-next] dt-bindings: net: lan966x: fix example

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 <[email protected]>
Signed-off-by: Michael Walle <[email protected]>
---
.../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


2022-05-05 18:22:19

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH net-next] dt-bindings: net: lan966x: fix example

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <[email protected]>:

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 <[email protected]>
> Signed-off-by: Michael Walle <[email protected]>
>
> [...]

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



2022-05-07 12:38:01

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH net-next] dt-bindings: net: lan966x: fix example

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 <[email protected]>
> Signed-off-by: Michael Walle <[email protected]>
> ---
> .../devicetree/bindings/net/microchip,lan966x-switch.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

Acked-by: Rob Herring <[email protected]>