Message ID | 20210105151516.1540653-1-geert+renesas@glider.be |
---|---|
State | Accepted |
Commit | f97844f9c518172f813b7ece18a9956b1f70c1bb |
Headers | show |
Series | dt-bindings: net: renesas,etheravb: RZ/G2H needs tx-internal-delay-ps | expand |
On Tue, 5 Jan 2021 16:15:16 +0100 Geert Uytterhoeven wrote: > The merge resolution of the interaction of commits 307eea32b202864c > ("dt-bindings: net: renesas,ravb: Add support for r8a774e1 SoC") and > d7adf6331189cbe9 ("dt-bindings: net: renesas,etheravb: Convert to > json-schema") missed that "tx-internal-delay-ps" should be a required > property on RZ/G2H. > > Fixes: 8b0308fe319b8002 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net") > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> I don't see this in linux-next so applied to net, thanks!
diff --git a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml index 244befb6402aa8b4..de9dd574a2f954a3 100644 --- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml +++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml @@ -163,6 +163,7 @@ allOf: enum: - renesas,etheravb-r8a774a1 - renesas,etheravb-r8a774b1 + - renesas,etheravb-r8a774e1 - renesas,etheravb-r8a7795 - renesas,etheravb-r8a7796 - renesas,etheravb-r8a77961
The merge resolution of the interaction of commits 307eea32b202864c ("dt-bindings: net: renesas,ravb: Add support for r8a774e1 SoC") and d7adf6331189cbe9 ("dt-bindings: net: renesas,etheravb: Convert to json-schema") missed that "tx-internal-delay-ps" should be a required property on RZ/G2H. Fixes: 8b0308fe319b8002 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 1 + 1 file changed, 1 insertion(+)