Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: Align L2 cache-controller nodename with dtschema

Fix dtschema warning message by changing nodename to 'cache-controller':

DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/l2c2x0.yaml
arch/arm/boot/dts/exynos4210-i9100.dt.yaml: l2-cache-controller@10502000:
$nodename:0: 'l2-cache-controller@10502000' does not match '
^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Anand Moon and committed by
Krzysztof Kozlowski
a184ea9f 1c65b618

+2 -2
+1 -1
arch/arm/boot/dts/exynos4210.dtsi
··· 97 97 label = "LCD1"; 98 98 }; 99 99 100 - l2c: l2-cache-controller@10502000 { 100 + l2c: cache-controller@10502000 { 101 101 compatible = "arm,pl310-cache"; 102 102 reg = <0x10502000 0x1000>; 103 103 cache-unified;
+1 -1
arch/arm/boot/dts/exynos4412.dtsi
··· 213 213 label = "ISP"; 214 214 }; 215 215 216 - l2c: l2-cache-controller@10502000 { 216 + l2c: cache-controller@10502000 { 217 217 compatible = "arm,pl310-cache"; 218 218 reg = <0x10502000 0x1000>; 219 219 cache-unified;