]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit85e32fe5cde57d6456e9fd76ef496d53ef0a6ad0
treecb19c3d40abe731b10d3d4362b70cfbd2169439a
parent8bfef0b4c8c944ef2ce5924d4e1a34eeec0c9404
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