Skip to content

Commit ffae422

Browse files
lkundrakstorulf
authored andcommitted
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]>
1 parent 55c2b8b commit ffae422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/mmc/mmc-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ dependencies:
351351

352352
examples:
353353
- |
354-
sdhci@ab000000 {
354+
mmc@ab000000 {
355355
compatible = "sdhci";
356356
reg = <0xab000000 0x200>;
357357
interrupts = <23>;

0 commit comments

Comments
 (0)