ARM: dts: vt8500: Use generic node name for the SD/MMC controller

Current guidelines recommend mmc@ node names, so use that instead.

Signed-off-by: Alexey Charkov <alchark@gmail.com>
Link: https://lore.kernel.org/r/20250515-wmt-dts-updates-v2-3-246937484cc8@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Alexey Charkov 2025-05-15 22:38:42 +03:00 committed by Krzysztof Kozlowski
parent ab46710603
commit 8b37e3c425
4 changed files with 4 additions and 4 deletions

View File

@ -284,7 +284,7 @@ rtc@d8100000 {
interrupts = <48>;
};
sdhc@d800a000 {
mmc@d800a000 {
compatible = "wm,wm8505-sdhc";
reg = <0xd800a000 0x400>;
interrupts = <20>, <21>;

View File

@ -192,7 +192,7 @@ usb@d8007b00 {
interrupts = <43>;
};
sdhc@d800a000 {
mmc@d800a000 {
compatible = "wm,wm8505-sdhc";
reg = <0xd800a000 0x400>;
interrupts = <20>, <21>;

View File

@ -324,7 +324,7 @@ rtc@d8100000 {
interrupts = <48>;
};
sdhc@d800a000 {
mmc@d800a000 {
compatible = "wm,wm8505-sdhc";
reg = <0xd800a000 0x1000>;
interrupts = <20 21>;

View File

@ -294,7 +294,7 @@ rtc@d8100000 {
interrupts = <48>;
};
sdhc@d800a000 {
mmc@d800a000 {
compatible = "wm,wm8505-sdhc";
reg = <0xd800a000 0x1000>;
interrupts = <20 21>;