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>
This commit is contained in:
Lubomir Rintel 2020-03-17 10:39:12 +01:00 committed by Ulf Hansson
parent 55c2b8b9a3
commit ffae422dfe

View file

@ -351,7 +351,7 @@ dependencies:
examples:
- |
sdhci@ab000000 {
mmc@ab000000 {
compatible = "sdhci";
reg = <0xab000000 0x200>;
interrupts = <23>;