Message ID | 20220603233810.21972-1-wsa+renesas@sang-engineering.com |
---|---|
State | New |
Headers | show |
Series | dt-bindings: mmc: renesas,sdhi: Document R-Car S4-8 and generic Gen4 support | expand |
On Sat, 4 Jun 2022 at 01:38, Wolfram Sang <wsa+renesas@sang-engineering.com> wrote: > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml > index 9ac4986988c5..b46a90eb2063 100644 > --- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml > +++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml > @@ -61,6 +61,10 @@ properties: > - renesas,sdhi-r9a07g044 # RZ/G2{L,LC} > - renesas,sdhi-r9a07g054 # RZ/V2L > - const: renesas,rcar-gen3-sdhi # R-Car Gen3 or RZ/G2 > + - items: > + - enum: > + - renesas,sdhi-r8a779f0 # R-Car S4-8 > + - const: renesas,rcar-gen4-sdhi # R-Car Gen4 > > reg: > maxItems: 1 > -- > 2.35.1 >
Hi Wolfram, On Sun, Jun 5, 2022 at 2:34 PM Wolfram Sang <wsa+renesas@sang-engineering.com> wrote: > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Thanks for your patch! > --- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml > +++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml > @@ -61,6 +61,10 @@ properties: > - renesas,sdhi-r9a07g044 # RZ/G2{L,LC} > - renesas,sdhi-r9a07g054 # RZ/V2L > - const: renesas,rcar-gen3-sdhi # R-Car Gen3 or RZ/G2 > + - items: > + - enum: > + - renesas,sdhi-r8a779f0 # R-Car S4-8 > + - const: renesas,rcar-gen4-sdhi # R-Car Gen4 LGTM. > > reg: > maxItems: 1 You forgot to add "renesas,rcar-gen4-sdhi" to the "if" block below, controlling clocks and clock-names. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
> You forgot to add "renesas,rcar-gen4-sdhi" to the "if" block below, controlling > clocks and clock-names. Thank you, Geert! I'll send a fix in a minute.
diff --git a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml index 9ac4986988c5..b46a90eb2063 100644 --- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml +++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml @@ -61,6 +61,10 @@ properties: - renesas,sdhi-r9a07g044 # RZ/G2{L,LC} - renesas,sdhi-r9a07g054 # RZ/V2L - const: renesas,rcar-gen3-sdhi # R-Car Gen3 or RZ/G2 + - items: + - enum: + - renesas,sdhi-r8a779f0 # R-Car S4-8 + - const: renesas,rcar-gen4-sdhi # R-Car Gen4 reg: maxItems: 1
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> --- Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml | 4 ++++ 1 file changed, 4 insertions(+)