OSDN Git Service

ARM: dts: uniphier: rename support card serial node to fix schema warning
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 23 Jun 2020 11:46:13 +0000 (20:46 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 7 Jul 2020 09:36:04 +0000 (18:36 +0900)
Since commit e69f5dc623f9 ("dt-bindings: serial: Convert 8250 to
json-schema"), the schema for "ns16550a" is checked.

'make ARCH=arm dtbs_check' emits the following warning:

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

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

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-support-card.dtsi

index bf441c2..11e46e7 100644 (file)
@@ -23,7 +23,7 @@
                        reg-io-width = <4>;
                };
 
-               serialsc: uart@b0000 {
+               serialsc: serial@b0000 {
                        compatible = "ns16550a";
                        reg = <0x000b0000 0x20>;
                        clock-frequency = <12288000>;