From: Krzysztof Kozlowski Date: Mon, 7 Sep 2020 18:33:07 +0000 (+0200) Subject: ARM: dts: s3c6410: align node SROM bus node name with dtschema in SMDK6410 X-Git-Tag: v5.10.7~1320^2~32^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9da51094a3a8ced023c8b6293319c58ce7c82f9;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: s3c6410: align node SROM bus node name with dtschema in SMDK6410 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 Link: https://lore.kernel.org/r/20200907183313.29234-6-krzk@kernel.org --- diff --git a/arch/arm/boot/dts/s3c6410-smdk6410.dts b/arch/arm/boot/dts/s3c6410-smdk6410.dts index 7437906..69c9ec4 100644 --- a/arch/arm/boot/dts/s3c6410-smdk6410.dts +++ b/arch/arm/boot/dts/s3c6410-smdk6410.dts @@ -42,7 +42,7 @@ #clock-cells = <0>; }; - srom-cs1@18000000 { + srom-cs1-bus@18000000 { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>;