Commit 5720fcdc authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Wei Xu
Browse files

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



Fix dtschema validator warnings like:
    l2-cache: $nodename:0: 'l2-cache' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent b3a9e3b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
		interrupt-parent = <&gic>;
		ranges = <0 0xfc000000 0x2000000>;

		L2: l2-cache {
		L2: cache-controller {
			compatible = "arm,pl310-cache";
			reg = <0x100000 0x100000>;
			interrupts = <0 15 4>;
+1 −1
Original line number Diff line number Diff line
@@ -381,7 +381,7 @@
			interrupts = <1 13 0xf01>;
		};

		l2: l2-cache {
		l2: cache-controller {
			compatible = "arm,pl310-cache";
			reg = <0x00a10000 0x100000>;
			interrupts = <0 15 4>;