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:
parent
55c2b8b9a3
commit
ffae422dfe
@ -351,7 +351,7 @@ dependencies:
|
|||||||
|
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
sdhci@ab000000 {
|
mmc@ab000000 {
|
||||||
compatible = "sdhci";
|
compatible = "sdhci";
|
||||||
reg = <0xab000000 0x200>;
|
reg = <0xab000000 0x200>;
|
||||||
interrupts = <23>;
|
interrupts = <23>;
|
||||||
|
Loading…
Reference in New Issue
Block a user