commit | fcb0e53c226e20626890e885c3542f3fe4a26133 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Feb 26 12:59:14 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Feb 29 15:01:30 2020 +0900 |
tree | e7dd7176bc7449dd8de8cc6bb255e47d854a6ce4 | |
parent | 9ddc285b3a6f4d38ab7ba202b07246180213be77 [diff] |
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>