ARM: dts: imx: Change sdhci node name on i.MX27/i.MX31 SoCs
authorAnson Huang <Anson.Huang@nxp.com>
Tue, 2 Jun 2020 06:24:50 +0000 (14:24 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 13 Jul 2020 10:44:42 +0000 (18:44 +0800)
Change i.MX27/i.MX31 node name from sdhci to mmc to be compliant
with yaml schema, it requires the nodename to be "mmc".

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx27.dtsi
arch/arm/boot/dts/imx31.dtsi

index ee04771729cec21173aa976f518f9c508dc9be8d..47de96b45a863d7d756da80fe580596cf8196ceb 100644 (file)
                                status = "disabled";
                        };
 
-                       sdhci1: sdhci@10013000 {
+                       sdhci1: mmc@10013000 {
                                compatible = "fsl,imx27-mmc", "fsl,imx21-mmc";
                                reg = <0x10013000 0x1000>;
                                interrupts = <11>;
                                status = "disabled";
                        };
 
-                       sdhci2: sdhci@10014000 {
+                       sdhci2: mmc@10014000 {
                                compatible = "fsl,imx27-mmc", "fsl,imx21-mmc";
                                reg = <0x10014000 0x1000>;
                                interrupts = <10>;
                                status = "disabled";
                        };
 
-                       sdhci3: sdhci@1001e000 {
+                       sdhci3: mmc@1001e000 {
                                compatible = "fsl,imx27-mmc", "fsl,imx21-mmc";
                                reg = <0x1001e000 0x1000>;
                                interrupts = <9>;
index 4f3d7ab3ce27f29d2f8dc071c68bf36e5dc49b96..eedf2d73496ad4bde65c16c4632bdc5cf2c3917c 100644 (file)
                        reg = <0x50000000 0x100000>;
                        ranges;
 
-                       sdhci1: sdhci@50004000 {
+                       sdhci1: mmc@50004000 {
                                compatible = "fsl,imx31-mmc";
                                reg = <0x50004000 0x4000>;
                                interrupts = <9>;
                                status = "disabled";
                        };
 
-                       sdhci2: sdhci@50008000 {
+                       sdhci2: mmc@50008000 {
                                compatible = "fsl,imx31-mmc";
                                reg = <0x50008000 0x4000>;
                                interrupts = <8>;