ARM: dts: s3c6410: align node SROM bus node name with dtschema in Mini6410

[ Upstream commit 5911622eff ]

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
Stable-dep-of: cf0cb2af6a ("ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split)")
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2020-09-07 20:33:06 +02:00 committed by Greg Kroah-Hartman
parent eefd671e9c
commit 43f3171101
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#clock-cells = <0>;
};
srom-cs1@18000000 {
srom-cs1-bus@18000000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;