Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Shawn Guo
954809fb 73691f21

+1 -1
+1 -1
arch/arm/boot/dts/vf610.dtsi
··· 10 10 }; 11 11 12 12 &aips0 { 13 - L2: l2-cache@40006000 { 13 + L2: cache-controller@40006000 { 14 14 compatible = "arm,pl310-cache"; 15 15 reg = <0x40006000 0x1000>; 16 16 cache-unified;