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: 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>
This commit is contained in:
Neil Armstrong
2024-06-06 10:48:17 +02:00
parent e5d4d006a8
commit ea99706a43
+1 -1
View File
@@ -432,7 +432,7 @@
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>;