OSDN Git Service

ARM: dts: uniphier: change SD/eMMC node names to follow json-schema
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 22 Feb 2020 06:44:42 +0000 (15:44 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 29 Feb 2020 06:00:34 +0000 (15:00 +0900)
commit7c74e9087604dfb124c80f95bd03bdf790d99d84
tree255522c1a5c3c15be363fcb9cf66b6e17afa781e
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
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>
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