Commit 9141b3ca authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Arnd Bergmann
Browse files

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



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

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: default avatarJisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20200626080642.4244-1-krzk@kernel.org

'
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 73bf2131
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@
			status = "disabled";
		};

		l2: l2-cache-controller@ac0000 {
		l2: cache-controller@ac0000 {
			compatible = "marvell,tauros3-cache", "arm,pl310-cache";
			reg = <0xac0000 0x1000>;
			cache-unified;
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
			status = "disabled";
		};

		l2: l2-cache-controller@ac0000 {
		l2: cache-controller@ac0000 {
			compatible = "arm,pl310-cache";
			reg = <0xac0000 0x1000>;
			cache-unified;
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@
			status = "disabled";
		};

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