Commit a184ea9f authored by Anand Moon's avatar Anand Moon Committed by Krzysztof Kozlowski
Browse files

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: default avatarAnand Moon <linux.amoon@gmail.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 1c65b618
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@
			label = "LCD1";
		};

		l2c: l2-cache-controller@10502000 {
		l2c: cache-controller@10502000 {
			compatible = "arm,pl310-cache";
			reg = <0x10502000 0x1000>;
			cache-unified;
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@
			label = "ISP";
		};

		l2c: l2-cache-controller@10502000 {
		l2c: cache-controller@10502000 {
			compatible = "arm,pl310-cache";
			reg = <0x10502000 0x1000>;
			cache-unified;