]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: s3c6410: align node SROM bus node name with dtschema in Mini6410
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 7 Sep 2020 18:33:06 +0000 (20:33 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 11 Sep 2020 14:37:19 +0000 (16:37 +0200)
The SROM controller is modeled with a bus so align the device node name
with dtschema to fix warning:

  srom-cs1@18000000: $nodename:0: 'srom-cs1@18000000'
    does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200907183313.29234-5-krzk@kernel.org
arch/arm/boot/dts/s3c6410-mini6410.dts

index 75067dbcf7e83578f75959117cef8416703904a5..285555b9ed9431f7094dadb4f8a371e5df73f8c3 100644 (file)
@@ -42,7 +42,7 @@
                #clock-cells = <0>;
        };
 
-       srom-cs1@18000000 {
+       srom-cs1-bus@18000000 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;