mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
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:
parent
ab46710603
commit
8b37e3c425
|
|
@ -284,7 +284,7 @@ rtc@d8100000 {
|
|||
interrupts = <48>;
|
||||
};
|
||||
|
||||
sdhc@d800a000 {
|
||||
mmc@d800a000 {
|
||||
compatible = "wm,wm8505-sdhc";
|
||||
reg = <0xd800a000 0x400>;
|
||||
interrupts = <20>, <21>;
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ usb@d8007b00 {
|
|||
interrupts = <43>;
|
||||
};
|
||||
|
||||
sdhc@d800a000 {
|
||||
mmc@d800a000 {
|
||||
compatible = "wm,wm8505-sdhc";
|
||||
reg = <0xd800a000 0x400>;
|
||||
interrupts = <20>, <21>;
|
||||
|
|
|
|||
|
|
@ -324,7 +324,7 @@ rtc@d8100000 {
|
|||
interrupts = <48>;
|
||||
};
|
||||
|
||||
sdhc@d800a000 {
|
||||
mmc@d800a000 {
|
||||
compatible = "wm,wm8505-sdhc";
|
||||
reg = <0xd800a000 0x1000>;
|
||||
interrupts = <20 21>;
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ rtc@d8100000 {
|
|||
interrupts = <48>;
|
||||
};
|
||||
|
||||
sdhc@d800a000 {
|
||||
mmc@d800a000 {
|
||||
compatible = "wm,wm8505-sdhc";
|
||||
reg = <0xd800a000 0x1000>;
|
||||
interrupts = <20 21>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user