ARM: dts: uniphier: rename cache controller nodes to follow json-schema
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 27 Feb 2020 12:37:26 +0000 (21:37 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 29 Feb 2020 06:00:55 +0000 (15:00 +0900)
commitbc350d1073bc4d1147697a68fac68e062dd9912f
treecb19c3d40abe731b10d3d4362b70cfbd2169439a
parentf215c5ef7c404c1926f5dd9bd2e6d58055268af3
ARM: dts: uniphier: rename cache controller nodes to follow json-schema

Follow the standard nodename pattern
"^(cache-controller|cpu)(@[0-9a-f,]+)*$" defined in
schemas/cache-controller.yaml of dt-schema.

Otherwise, after the dt-binding is converted to json-schema,
'make ARCH=arm dtbs_check' will show warnings like this:

  l2-cache@500c0000: $nodename:0: 'l2-cache@500c0000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-ld4.dtsi
arch/arm/boot/dts/uniphier-pro4.dtsi
arch/arm/boot/dts/uniphier-pro5.dtsi
arch/arm/boot/dts/uniphier-pxs2.dtsi
arch/arm/boot/dts/uniphier-sld8.dtsi