arm64: dts: uniphier: rename NAND node names to follow json-schema
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 26 Feb 2020 03:59:14 +0000 (12:59 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 29 Feb 2020 06:01:30 +0000 (15:01 +0900)
commitfcb0e53c226e20626890e885c3542f3fe4a26133
treee7dd7176bc7449dd8de8cc6bb255e47d854a6ce4
parent9ddc285b3a6f4d38ab7ba202b07246180213be77
arm64: 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=arm64 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/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi