Skip to content

Commit 9141b3c

Browse files
krzkarndb
authored andcommitted
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: Krzysztof Kozlowski <[email protected]> Reviewed-by: Jisheng Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected]' Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 73bf213 commit 9141b3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/berlin2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
status = "disabled";
107107
};
108108

109-
l2: l2-cache-controller@ac0000 {
109+
l2: cache-controller@ac0000 {
110110
compatible = "marvell,tauros3-cache", "arm,pl310-cache";
111111
reg = <0xac0000 0x1000>;
112112
cache-unified;

arch/arm/boot/dts/berlin2cd.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
status = "disabled";
7272
};
7373

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

arch/arm/boot/dts/berlin2q.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
status = "disabled";
150150
};
151151

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

0 commit comments

Comments
 (0)