ARM: dts: amlogic: meson8: fix ao_arc_sram node name

Use the proper node name for the sram, fixing:
sram@d9000000: 'ao-arc-sram@0' does not match any of the regexes: '^([a-z0-9]*-)?sram(-section)?@[a-f0-9]+$', 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/sram/sram.yaml#

Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20240916-topic-amlogic-arm32-upstream-bindings-fixes-v2-3-0b20ed4f0571@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
Neil Armstrong 2024-09-16 10:08:32 +02:00
parent 285d2d647f
commit e1d42e1167
2 changed files with 2 additions and 2 deletions

View File

@ -589,7 +589,7 @@ mux {
};
&ahb_sram {
ao_arc_sram: ao-arc-sram@0 {
ao_arc_sram: aoarc-sram@0 {
compatible = "amlogic,meson8-ao-arc-sram";
reg = <0x0 0x8000>;
pool;

View File

@ -535,7 +535,7 @@ mux {
};
&ahb_sram {
ao_arc_sram: ao-arc-sram@0 {
ao_arc_sram: aoarc-sram@0 {
compatible = "amlogic,meson8b-ao-arc-sram";
reg = <0x0 0x8000>;
pool;