DT: bindings: remove bcm2835-sdhci
authorStefan Wahren <stefan.wahren@i2se.com>
Fri, 3 Jun 2016 19:47:12 +0000 (19:47 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:10 +0000 (10:34 +0200)
The sdhci-iproc also supports bcm2835. So this binding is obsolete.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt [deleted file]

diff --git a/Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt b/Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt
deleted file mode 100644 (file)
index 59476fb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-Broadcom BCM2835 SDHCI controller
-
-This file documents differences between the core properties described
-by mmc.txt and the properties that represent the BCM2835 controller.
-
-Required properties:
-- compatible : Should be "brcm,bcm2835-sdhci".
-- clocks : The clock feeding the SDHCI controller.
-
-Example:
-
-sdhci: sdhci {
-       compatible = "brcm,bcm2835-sdhci";
-       reg = <0x7e300000 0x100>;
-       interrupts = <2 30>;
-       clocks = <&clk_mmc>;
-       bus-width = <4>;
-};