arm64: dts: amlogic: meson-s4: fix apb4 bus node name
authorNeil Armstrong <neil.armstrong@linaro.org>
Tue, 7 Feb 2023 15:07:59 +0000 (16:07 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 6 Mar 2023 08:36:01 +0000 (09:36 +0100)
Fixes the following bindings check error:
apb4@fe000000: $nodename:0: 'apb4@fe000000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'

Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20230207-b4-amlogic-bindings-fixups-v2-v1-6-93b7e50286e7@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-s4.dtsi

index ad50cba42d19acb4bb946a1027ae11427639987b..f24460186d3d828bc333f95c231c5be622bc8a0e 100644 (file)
@@ -85,7 +85,7 @@
                        interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
                };
 
-               apb4: apb4@fe000000 {
+               apb4: bus@fe000000 {
                        compatible = "simple-bus";
                        reg = <0x0 0xfe000000 0x0 0x480000>;
                        #address-cells = <2>;