Skip to content

Commit 3590692

Browse files
Charan-Pedumurutsbogend
authored andcommitted
mips: dts: pic32: pic32mzda: Rename the sdhci nodename to match with common mmc-controller binding
Rename the sdhci nodename from "sdhci@" to "mmc@" to align with linux common mmc-controller binding. Signed-off-by: Charan Pedumuru <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 4cc7543 commit 3590692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/pic32/pic32mzda.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
gpio-ranges = <&pic32_pinctrl 0 144 16>;
226226
};
227227

228-
sdhci: sdhci@1f8ec000 {
228+
sdhci: mmc@1f8ec000 {
229229
compatible = "microchip,pic32mzda-sdhci";
230230
reg = <0x1f8ec000 0x100>;
231231
interrupts = <191 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)