aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/bindings/mmc
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-03-17 10:39:12 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2020-03-26 14:47:42 +0100
commitffae422dfe149b9af8ed5dfcd6f948ff656321df (patch)
tree9a8e63a5cdc0fc34a0eaa421ed048e064b4d168d /Documentation/devicetree/bindings/mmc
parentmmc: core: Re-work the code for eMMC sanitize (diff)
downloadwireguard-linux-ffae422dfe149b9af8ed5dfcd6f948ff656321df.tar.xz
wireguard-linux-ffae422dfe149b9af8ed5dfcd6f948ff656321df.zip
dt-bindings: mmc: Fix node name in an example
The $nodename allows only "mmc@*" whereas the example node is named "sdhci". Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Link: https://lore.kernel.org/r/20200317093922.20785-19-lkundrak@v3.sk Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc')
-rw-r--r--Documentation/devicetree/bindings/mmc/mmc-controller.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mmc/mmc-controller.yaml b/Documentation/devicetree/bindings/mmc/mmc-controller.yaml
index 8fded83c519a..acc9f10871d4 100644
--- a/Documentation/devicetree/bindings/mmc/mmc-controller.yaml
+++ b/Documentation/devicetree/bindings/mmc/mmc-controller.yaml
@@ -351,7 +351,7 @@ dependencies:
examples:
- |
- sdhci@ab000000 {
+ mmc@ab000000 {
compatible = "sdhci";
reg = <0xab000000 0x200>;
interrupts = <23>;