commit | f215c5ef7c404c1926f5dd9bd2e6d58055268af3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Feb 26 12:59:13 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Feb 29 15:00:48 2020 +0900 |
tree | 7c7a1cce90a91f2dd913693d65382ffe3a4a0a95 | |
parent | a7142fe1b79217e6c56b9097ff8228a0236edc7e [diff] |
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>