Skip to content

Commit 7df3a1e

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: mmp3: Fix L2 cache controller node name
The current one makes validation unhappy: mmp3-dell-ariel.dt.yaml: l2-cache-controller@d0020000: $nodename:0: 'l2-cache-controller@d0020000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$' Signed-off-by: Lubomir Rintel <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 4989fd5 commit 7df3a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/mmp3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
};
524524
};
525525

526-
l2: l2-cache-controller@d0020000 {
526+
l2: cache-controller@d0020000 {
527527
compatible = "marvell,tauros3-cache", "arm,pl310-cache";
528528
reg = <0xd0020000 0x1000>;
529529
cache-unified;

0 commit comments

Comments
 (0)