diff options
author | Lubomir Rintel <[email protected]> | 2020-03-17 10:39:12 +0100 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2020-03-26 14:47:42 +0100 |
commit | ffae422dfe149b9af8ed5dfcd6f948ff656321df (patch) | |
tree | 9a8e63a5cdc0fc34a0eaa421ed048e064b4d168d | |
parent | 55c2b8b9a383487f4f083f62d163fe3278fece1a (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-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>; |