]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: dts: alpine: add spaces before the uart node units.
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Wed, 29 Mar 2017 09:38:26 +0000 (11:38 +0200)
committerAntoine Tenart <antoine.tenart@free-electrons.com>
Mon, 3 Apr 2017 07:06:53 +0000 (09:06 +0200)
Cosmetic cleanup to have consistent node definitions. Add a space before
the node units which do not have one.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
arch/arm/boot/dts/alpine.dtsi

index 341a500c8d8ac4020724a8d049664acbfd8be432..d84bd7955b54c20bb6aac740c1abbbb3b8100fd8 100644 (file)
                                     <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
                };
 
-               uart0:uart@fd883000 {
+               uart0: uart@fd883000 {
                        compatible = "ns16550a";
                        reg = <0x0 0xfd883000 0x0 0x1000>;
                        clock-frequency = <0>; /* Filled by loader */
                        reg-io-width = <4>;
                };
 
-               uart1:uart@fd884000 {
+               uart1: uart@fd884000 {
                        compatible = "ns16550a";
                        reg = <0x0 0xfd884000 0x0 0x1000>;
                        clock-frequency = <0>; /* Filled by loader */