OSDN Git Service

ARM: dts: stm32: add st,stm32-sdmmc2 compatible on stm32mp151
authorYann Gautier <yann.gautier@foss.st.com>
Wed, 12 Jan 2022 16:32:17 +0000 (17:32 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 7 Feb 2022 10:16:27 +0000 (11:16 +0100)
To align with bootloaders device tree files, and thanks to what was
added in yaml file [1], the compatible property for sdmmc nodes is
updated with "st,stm32-sdmmc2" string.

[1] commit 552bc46484b3 ("dt-bindings: mmc: mmci: Add st,stm32-sdmmc2
    compatible")

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp151.dtsi

index 1cfc2f0..39e5ea1 100644 (file)
                };
 
                sdmmc3: mmc@48004000 {
-                       compatible = "arm,pl18x", "arm,primecell";
+                       compatible = "st,stm32-sdmmc2", "arm,pl18x", "arm,primecell";
                        arm,primecell-periphid = <0x00253180>;
                        reg = <0x48004000 0x400>;
                        interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
                };
 
                sdmmc1: mmc@58005000 {
-                       compatible = "arm,pl18x", "arm,primecell";
+                       compatible = "st,stm32-sdmmc2", "arm,pl18x", "arm,primecell";
                        arm,primecell-periphid = <0x00253180>;
                        reg = <0x58005000 0x1000>;
                        interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
                };
 
                sdmmc2: mmc@58007000 {
-                       compatible = "arm,pl18x", "arm,primecell";
+                       compatible = "st,stm32-sdmmc2", "arm,pl18x", "arm,primecell";
                        arm,primecell-periphid = <0x00253180>;
                        reg = <0x58007000 0x1000>;
                        interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;