Message ID | 20221213230129.549968-3-fabrizio.castro.jz@renesas.com |
---|---|
State | New |
Headers | show |
Series | SDHI/MMC SoC support for the RZ/V2M | expand |
On Tue, 13 Dec 2022 23:01:27 +0000, Fabrizio Castro wrote: > Document support for the SD Card/MMC interface on the Renesas > RZ/V2M (a.k.a. r9a09g011) SoC. > > Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com> > --- > Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, Dec 13, 2022 at 11:01:27PM +0000, Fabrizio Castro wrote: > Document support for the SD Card/MMC interface on the Renesas > RZ/V2M (a.k.a. r9a09g011) SoC. > > Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
On Wed, 14 Dec 2022 at 00:01, Fabrizio Castro <fabrizio.castro.jz@renesas.com> wrote: > > Document support for the SD Card/MMC interface on the Renesas > RZ/V2M (a.k.a. r9a09g011) SoC. > > Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml > index 7bfb10c62566..435773607489 100644 > --- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml > +++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml > @@ -59,6 +59,7 @@ properties: > - renesas,sdhi-r9a07g043 # RZ/G2UL > - renesas,sdhi-r9a07g044 # RZ/G2{L,LC} > - renesas,sdhi-r9a07g054 # RZ/V2L > + - renesas,sdhi-r9a09g011 # RZ/V2M > - const: renesas,rcar-gen3-sdhi # R-Car Gen3 or RZ/G2 > - items: > - enum: > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml index 7bfb10c62566..435773607489 100644 --- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml +++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml @@ -59,6 +59,7 @@ properties: - renesas,sdhi-r9a07g043 # RZ/G2UL - renesas,sdhi-r9a07g044 # RZ/G2{L,LC} - renesas,sdhi-r9a07g054 # RZ/V2L + - renesas,sdhi-r9a09g011 # RZ/V2M - const: renesas,rcar-gen3-sdhi # R-Car Gen3 or RZ/G2 - items: - enum:
Document support for the SD Card/MMC interface on the Renesas RZ/V2M (a.k.a. r9a09g011) SoC. Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com> --- Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml | 1 + 1 file changed, 1 insertion(+)