Commit ffae422d authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Ulf Hansson
Browse files

dt-bindings: mmc: Fix node name in an example



The $nodename allows only "mmc@*" whereas the example node is named
"sdhci".

Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20200317093922.20785-19-lkundrak@v3.sk


Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 55c2b8b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ dependencies:

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