2021-03-29 02:02:38

by Brad Larson

[permalink] [raw]
Subject: [PATCH v2 09/13] dt-bindings: mmc: Add Pensando Elba SoC binding

Pensando Elba ARM 64-bit SoC is integrated with this IP

Signed-off-by: Brad Larson <[email protected]>
---
Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
index af7442f73881..3e8eb3254b99 100644
--- a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
+++ b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
@@ -18,6 +18,7 @@ properties:
items:
- enum:
- socionext,uniphier-sd4hc
+ - pensando,elba-emmc
- const: cdns,sd4hc

reg:
--
2.17.1


2021-03-30 21:59:41

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v2 09/13] dt-bindings: mmc: Add Pensando Elba SoC binding

On Sun, 28 Mar 2021 18:59:34 -0700, Brad Larson wrote:
> Pensando Elba ARM 64-bit SoC is integrated with this IP
>
> Signed-off-by: Brad Larson <[email protected]>
> ---
> Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>