]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: amlogic: meson8: fix ao_arc_sram node name
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 16 Sep 2024 08:08:32 +0000 (10:08 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Sep 2024 07:31:34 +0000 (09:31 +0200)
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>
arch/arm/boot/dts/amlogic/meson8.dtsi
arch/arm/boot/dts/amlogic/meson8b.dtsi

index 06174d8df7893e4c8af284ac658d58f47689ef62..1023ff0a4f9f5291928d67fa71f834880e359251 100644 (file)
 };
 
 &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;
index a3669025d8dad508f8ba6c905584db45a0f44358..641cd60781a30520e295cb5677874b2b36db0e4a 100644 (file)
 };
 
 &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;