ARM: dts: uniphier: rename NAND node names to follow json-schema
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 26 Feb 2020 03:59:13 +0000 (12:59 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 29 Feb 2020 06:00:48 +0000 (15:00 +0900)
commitf215c5ef7c404c1926f5dd9bd2e6d58055268af3
tree7c7a1cce90a91f2dd913693d65382ffe3a4a0a95
parenta7142fe1b79217e6c56b9097ff8228a0236edc7e
ARM: dts: uniphier: rename NAND node names to follow json-schema

Follow the standard nodename pattern "^nand-controller(@.*)?" defined
in Documentation/devicetree/bindings/mtd/nand-controller.yaml

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

  nand@68000000: $nodename:0: 'nand@68000000' does not match '^nand-controller(@.*)?'

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