ARM: dts: meson: fix bus node names
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 18 Feb 2024 11:19:57 +0000 (12:19 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 19 Feb 2024 08:55:01 +0000 (09:55 +0100)
This fixes a few binding check errors as the node name of a bus should
be "bus".

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240218111959.1811676-2-martin.blumenstingl@googlemail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm/boot/dts/amlogic/meson.dtsi

index 8e3860d5d9160057f2699a5c8e73053e993e13ef..8cb0fc78b2af9fc757962506c992181a48766865 100644 (file)
@@ -23,7 +23,7 @@
                #size-cells = <1>;
                ranges;
 
-               cbus: cbus@c1100000 {
+               cbus: bus@c1100000 {
                        compatible = "simple-bus";
                        reg = <0xc1100000 0x200000>;
                        #address-cells = <1>;
                        };
                };
 
-               aobus: aobus@c8100000 {
+               aobus: bus@c8100000 {
                        compatible = "simple-bus";
                        reg = <0xc8100000 0x100000>;
                        #address-cells = <1>;
                        reg = <0xd9040000 0x10000>;
                };
 
-               secbus: secbus@da000000 {
+               secbus: bus@da000000 {
                        compatible = "simple-bus";
                        reg = <0xda000000 0x6000>;
                        #address-cells = <1>;