Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07255f28 authored by Stefan Wahren's avatar Stefan Wahren Committed by Ulf Hansson
Browse files

mmc: DT: sdhci-iproc: add bcm2835 compatible



Since sdhci-iproc can support bcm2835 we need add the
compatible string to the binding.

Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Acked-by: default avatarScott Branden <sbranden@broadcom.com>
Acked-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarScott Branden <sbranden@broadcom.com>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 77cb7d3a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4,7 +4,10 @@ This file documents differences between the core properties described
by mmc.txt and the properties that represent the IPROC SDHCI controller.

Required properties:
- compatible : Should be "brcm,sdhci-iproc-cygnus".
- compatible : Should be one of the following
	       "brcm,bcm2835-sdhci"
	       "brcm,sdhci-iproc-cygnus"

- clocks : The clock feeding the SDHCI controller.

Optional properties: