Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mmc: renesas,sdhi: Document R-Car S4-8 and generic Gen4 support
@ 2022-06-03 23:38 Wolfram Sang
  2022-06-07 10:43 ` Ulf Hansson
  2022-06-08 11:16 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfram Sang @ 2022-06-03 23:38 UTC (permalink / raw)
  To: linux-mmc; +Cc: linux-renesas-soc, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 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


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

* Re: [PATCH] dt-bindings: mmc: renesas,sdhi: Document R-Car S4-8 and generic Gen4 support
  2022-06-03 23:38 [PATCH] dt-bindings: mmc: renesas,sdhi: Document R-Car S4-8 and generic Gen4 support Wolfram Sang
@ 2022-06-07 10:43 ` Ulf Hansson
  2022-06-08 11:16 ` Geert Uytterhoeven
  1 sibling, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2022-06-07 10:43 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-mmc, linux-renesas-soc

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
>

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

* Re: [PATCH] dt-bindings: mmc: renesas,sdhi: Document R-Car S4-8 and generic Gen4 support
  2022-06-03 23:38 [PATCH] dt-bindings: mmc: renesas,sdhi: Document R-Car S4-8 and generic Gen4 support Wolfram Sang
  2022-06-07 10:43 ` Ulf Hansson
@ 2022-06-08 11:16 ` Geert Uytterhoeven
  2022-06-08 12:21   ` Wolfram Sang
  1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-06-08 11:16 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Linux MMC List, Linux-Renesas

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

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

* Re: [PATCH] dt-bindings: mmc: renesas,sdhi: Document R-Car S4-8 and generic Gen4 support
  2022-06-08 11:16 ` Geert Uytterhoeven
@ 2022-06-08 12:21   ` Wolfram Sang
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2022-06-08 12:21 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux MMC List, Linux-Renesas

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]


> 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.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-06-08 12:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-03 23:38 [PATCH] dt-bindings: mmc: renesas,sdhi: Document R-Car S4-8 and generic Gen4 support Wolfram Sang
2022-06-07 10:43 ` Ulf Hansson
2022-06-08 11:16 ` Geert Uytterhoeven
2022-06-08 12:21   ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox