commit | 7c74e9087604dfb124c80f95bd03bdf790d99d84 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Feb 22 15:44:42 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Feb 29 15:00:34 2020 +0900 |
tree | 255522c1a5c3c15be363fcb9cf66b6e17afa781e | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 [diff] |
ARM: dts: uniphier: change SD/eMMC node names to follow json-schema Follow the standard nodename pattern "^mmc(@.*)?$" defined in Documentation/devicetree/bindings/mmc/mmc-controller.yaml Otherwise, after the dt-binding is converted to json-schema, 'make ARCH=arm dtbs_check' will show warnings like this: sdhc@5a000000: $nodename:0: 'sdhc@5a000000' does not match '^mmc(@.*)?$' Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>