]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ls1021a: Rename esdhc@1560000 to mmc@1560000
authorFrank Li <Frank.Li@nxp.com>
Fri, 22 Aug 2025 14:50:00 +0000 (10:50 -0400)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 00:48:48 +0000 (08:48 +0800)
Rename node name esdhc@1560000 to mmc@1560000 to fix below CHECK_DTBS
warnings:
  arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a-mbls1021a-rgb-cdtech-fc21.dtb: esdhc@1560000 (fsl,ls1021a-esdhc): $nodename:0: 'esdhc@1560000' does not match '^mmc(@.*)?$'
from schema $id: http://devicetree.org/schemas/mmc/fsl,esdhc.yaml#

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/ls/ls1021a.dtsi

index 29105773add7f4da0ab1c3acee753514eaae4a62..e0b9ea6dd510057875c12037f636672a4e77d035 100644 (file)
                        status = "disabled";
                };
 
-               esdhc: esdhc@1560000 {
+               esdhc: mmc@1560000 {
                        compatible = "fsl,ls1021a-esdhc", "fsl,esdhc";
                        reg = <0x0 0x1560000 0x0 0x10000>;
                        interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;