dt-bindings: bus: uniphier-system-bus: fix warning in example
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 23 Jun 2020 11:32:42 +0000 (20:32 +0900)
committerRob Herring <robh@kernel.org>
Tue, 30 Jun 2020 14:42:26 +0000 (08:42 -0600)
commit0fb24d1e5a6cf3b7ca0df325fbfb10895df41bec
treed4e0c79d87822f8b6219bc7c927591332d2c188a
parent3eb619b2f7d8a98a86a48de8dfa613a205c0eaab
dt-bindings: bus: uniphier-system-bus: fix warning in example

Since commit e69f5dc623f9 ("dt-bindings: serial: Convert 8250 to
json-schema"), the schema for "ns16550a" is checked.

'make dt_binding_check' emits the following warning:

  uart@5,00200000: $nodename:0: 'uart@5,00200000' does not match '^serial(@[0-9a-f,]+)*$'

Rename the node to follow the pattern defined in
Documentation/devicetree/bindings/serial/serial.yaml

While I was here, I removed leading zeros from unit names.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Link: https://lore.kernel.org/r/20200623113242.779241-1-yamada.masahiro@socionext.com
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml