powerpc: dts: p1020/p2020: Fix esdhc node name
authorPali Rohár <pali@kernel.org>
Tue, 5 Apr 2022 09:23:25 +0000 (11:23 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 26 Apr 2022 11:48:39 +0000 (17:18 +0530)
For compatibility with Linux kernel DTS files and also with other U-Boot
powerpc DTS files, rename esdhc@2e000 node to sdhc@2e000 in p1020-post.dtsi
and p2020-post.dtsi include files.

Linux kernel DTS files which include these dtsi files, expect that esdhc
node has name sdhc@2e000 and do not work with other node names.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/powerpc/dts/p1020-post.dtsi
arch/powerpc/dts/p2020-post.dtsi

index 03b6886..668ca0f 100644 (file)
@@ -37,7 +37,7 @@
                last-interrupt-source = <255>;
        };
 
-       esdhc: esdhc@2e000 {
+       esdhc: sdhc@2e000 {
                compatible = "fsl,esdhc";
                reg = <0x2e000 0x1000>;
                /* Filled in by U-Boot */
index 0a9e81a..6debae7 100644 (file)
@@ -31,7 +31,7 @@
                last-interrupt-source = <255>;
        };
 
-       esdhc: esdhc@2e000 {
+       esdhc: sdhc@2e000 {
                compatible = "fsl,esdhc";
                reg = <0x2e000 0x1000>;
                /* Filled in by U-Boot */