diff options
author | 2021-06-02 15:27:57 -0400 | |
---|---|---|
committer | 2021-06-15 17:27:48 +0200 | |
commit | 09a8ec9a2d03efa2813d9d306424eb6802146b57 (patch) | |
tree | c79e8659b395cd2169dd2081211b870dd1568bee | |
parent | Merge branch 'fixes' into next (diff) | |
download | wireguard-linux-09a8ec9a2d03efa2813d9d306424eb6802146b57.tar.xz wireguard-linux-09a8ec9a2d03efa2813d9d306424eb6802146b57.zip |
dt-bindings: mmc: sdhci-iproc: Add brcm,bcm7211a0-sdhci
Add new compatible string for the legacy sdhci controller on the
BCM7211 family of SoC's.
Signed-off-by: Al Cooper <alcooperx@gmail.com>
Link: https://lore.kernel.org/r/20210602192758.38735-1-alcooperx@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml index 6f569fbfa134..2f63f2cdeb71 100644 --- a/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml @@ -21,6 +21,7 @@ properties: - brcm,bcm2711-emmc2 - brcm,sdhci-iproc-cygnus - brcm,sdhci-iproc + - brcm,bcm7211a0-sdhci reg: minItems: 1 |