arm64: dts: amlogic: a1: use correct node name for mmc controller
authorNeil Armstrong <neil.armstrong@linaro.org>
Thu, 6 Jun 2024 08:48:17 +0000 (10:48 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Fri, 7 Jun 2024 09:17:13 +0000 (11:17 +0200)
This fixes the following:
sd@10000: $nodename:0: 'sd@10000' does not match '^mmc(@.*)?$'

Tested-by: Christian Hewitt <christianshewitt@gmail.com>
Link: https://lore.kernel.org/r/20240606-topic-amlogic-upstream-bindings-fixes-dts-v1-10-62e812729541@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-a1.dtsi

index a3ff266fb17d59ce5542a2e97f18d803a976dc70..c16f57b5ce9f46fe5c2717f90d65f94bd78619cb 100644 (file)
                                clock-names = "fixpll_in", "hifipll_in";
                        };
 
-                       sd_emmc: sd@10000 {
+                       sd_emmc: mmc@10000 {
                                compatible = "amlogic,meson-axg-mmc";
                                reg = <0x0 0x10000 0x0 0x800>;
                                interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;