diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2020-03-17 12:39:12 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2020-03-26 16:47:42 +0300 |
commit | ffae422dfe149b9af8ed5dfcd6f948ff656321df (patch) | |
tree | 9a8e63a5cdc0fc34a0eaa421ed048e064b4d168d /Documentation/devicetree/bindings/mmc/mmc-controller.yaml | |
parent | 55c2b8b9a383487f4f083f62d163fe3278fece1a (diff) | |
download | linux-ffae422dfe149b9af8ed5dfcd6f948ff656321df.tar.xz |
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/mmc-controller.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/mmc-controller.yaml | 2 |
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>; |