Commit ea99706a authored by Neil Armstrong's avatar Neil Armstrong
Browse files

arm64: dts: amlogic: a1: use correct node name for mmc controller



This fixes the following:
sd@10000: $nodename:0: 'sd@10000' does not match '^mmc(@.*)?$'

Tested-by: default avatarChristian 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: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent e5d4d006
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -432,7 +432,7 @@ clkc_pll: pll-clock-controller@7c80 {
				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>;