Skip to content

Commit 54320dc

Browse files
krzkkhilman
authored andcommitted
ARM: dts: meson: Align L2 cache-controller nodename with dtschema
Fix dtschema validator warnings like: l2-cache-controller@c4200000: $nodename:0: 'l2-cache-controller@c4200000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$' Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Reviewed-by: Martin Blumenstingl <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b2037da commit 54320dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/meson.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#size-cells = <1>;
1212
interrupt-parent = <&gic>;
1313

14-
L2: l2-cache-controller@c4200000 {
14+
L2: cache-controller@c4200000 {
1515
compatible = "arm,pl310-cache";
1616
reg = <0xc4200000 0x1000>;
1717
cache-unified;

0 commit comments

Comments
 (0)