devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: renesas,etheravb: Update example to match reality
@ 2021-10-01 12:13 Geert Uytterhoeven
  2021-10-01 17:43 ` Niklas Söderlund
  2021-10-02 13:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2021-10-01 12:13 UTC (permalink / raw)
  To: Sergey Shtylyov, David S . Miller, Jakub Kicinski, Rob Herring
  Cc: netdev, linux-renesas-soc, devicetree, Geert Uytterhoeven

  - Add missing clock-names property,
  - Add example compatible values for PHY subnode.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
index 4c927d2c17d35d1b..bda821065a2b631f 100644
--- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
@@ -287,6 +287,7 @@ examples:
                               "ch13", "ch14", "ch15", "ch16", "ch17", "ch18",
                               "ch19", "ch20", "ch21", "ch22", "ch23", "ch24";
             clocks = <&cpg CPG_MOD 812>;
+            clock-names = "fck";
             iommus = <&ipmmu_ds0 16>;
             power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
             resets = <&cpg 812>;
@@ -298,6 +299,8 @@ examples:
             #size-cells = <0>;
 
             phy0: ethernet-phy@0 {
+                    compatible = "ethernet-phy-id0022.1622",
+                                 "ethernet-phy-ieee802.3-c22";
                     rxc-skew-ps = <1500>;
                     reg = <0>;
                     interrupt-parent = <&gpio2>;
-- 
2.25.1


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

* Re: [PATCH] dt-bindings: net: renesas,etheravb: Update example to match reality
  2021-10-01 12:13 [PATCH] dt-bindings: net: renesas,etheravb: Update example to match reality Geert Uytterhoeven
@ 2021-10-01 17:43 ` Niklas Söderlund
  2021-10-02 13:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Niklas Söderlund @ 2021-10-01 17:43 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Sergey Shtylyov, David S . Miller, Jakub Kicinski, Rob Herring,
	netdev, linux-renesas-soc, devicetree

Hi Geert,

Thanks for your patch.

On 2021-10-01 14:13:55 +0200, Geert Uytterhoeven wrote:
>   - Add missing clock-names property,
>   - Add example compatible values for PHY subnode.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> ---
>  Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> index 4c927d2c17d35d1b..bda821065a2b631f 100644
> --- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> @@ -287,6 +287,7 @@ examples:
>                                "ch13", "ch14", "ch15", "ch16", "ch17", "ch18",
>                                "ch19", "ch20", "ch21", "ch22", "ch23", "ch24";
>              clocks = <&cpg CPG_MOD 812>;
> +            clock-names = "fck";
>              iommus = <&ipmmu_ds0 16>;
>              power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
>              resets = <&cpg 812>;
> @@ -298,6 +299,8 @@ examples:
>              #size-cells = <0>;
>  
>              phy0: ethernet-phy@0 {
> +                    compatible = "ethernet-phy-id0022.1622",
> +                                 "ethernet-phy-ieee802.3-c22";
>                      rxc-skew-ps = <1500>;
>                      reg = <0>;
>                      interrupt-parent = <&gpio2>;
> -- 
> 2.25.1
> 

-- 
Regards,
Niklas Söderlund

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

* Re: [PATCH] dt-bindings: net: renesas,etheravb: Update example to match reality
  2021-10-01 12:13 [PATCH] dt-bindings: net: renesas,etheravb: Update example to match reality Geert Uytterhoeven
  2021-10-01 17:43 ` Niklas Söderlund
@ 2021-10-02 13:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-10-02 13:20 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: s.shtylyov, davem, kuba, robh+dt, netdev, linux-renesas-soc,
	devicetree

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Fri,  1 Oct 2021 14:13:55 +0200 you wrote:
> - Add missing clock-names property,
>   - Add example compatible values for PHY subnode.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 3 +++
>  1 file changed, 3 insertions(+)

Here is the summary with links:
  - dt-bindings: net: renesas,etheravb: Update example to match reality
    https://git.kernel.org/netdev/net-next/c/f533bc14e21a

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:[~2021-10-02 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-01 12:13 [PATCH] dt-bindings: net: renesas,etheravb: Update example to match reality Geert Uytterhoeven
2021-10-01 17:43 ` Niklas Söderlund
2021-10-02 13:20 ` 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).