Message ID | cddb61cd9702ceefc702176bd8ff640c4ff59ffd.1662714607.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Commit | 231c4f0bcdb2d0fa37857bb3d4600c9ba0e1319b |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | dt-bindings: net: renesas,etheravb: R-Car Gen4 updates | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On 09/09/2022 11:13, Geert Uytterhoeven wrote: > Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the > Renesas R-Car V4H (R8A779G0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, Sep 09, 2022 at 11:13:23AM +0200, Geert Uytterhoeven wrote: > Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the > Renesas R-Car V4H (R8A779G0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
On 9/9/22 12:13 PM, Geert Uytterhoeven wrote: > Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the > Renesas R-Car V4H (R8A779G0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru> [...] MBR, Sergey
diff --git a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml index cd5998e08e2195be..3f41294f5997722f 100644 --- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml +++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml @@ -45,6 +45,7 @@ properties: - items: - enum: - renesas,etheravb-r8a779a0 # R-Car V3U + - renesas,etheravb-r8a779g0 # R-Car V4H - const: renesas,etheravb-rcar-gen4 # R-Car Gen4 - items: @@ -211,7 +212,7 @@ allOf: - renesas,etheravb-r8a77965 - renesas,etheravb-r8a77970 - renesas,etheravb-r8a77980 - - renesas,etheravb-r8a779a0 + - renesas,etheravb-rcar-gen4 then: required: - tx-internal-delay-ps
Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the Renesas R-Car V4H (R8A779G0) SoC. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)