From: Antoine Tenart Date: Wed, 29 Mar 2017 09:38:26 +0000 (+0200) Subject: ARM: dts: alpine: add spaces before the uart node units. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=52545888010f8e8993063ed1e1641e2ec6988e84;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: alpine: add spaces before the uart node units. Cosmetic cleanup to have consistent node definitions. Add a space before the node units which do not have one. Signed-off-by: Antoine Tenart --- diff --git a/arch/arm/boot/dts/alpine.dtsi b/arch/arm/boot/dts/alpine.dtsi index 341a500c8d8a..d84bd7955b54 100644 --- a/arch/arm/boot/dts/alpine.dtsi +++ b/arch/arm/boot/dts/alpine.dtsi @@ -120,7 +120,7 @@ ; }; - uart0:uart@fd883000 { + uart0: uart@fd883000 { compatible = "ns16550a"; reg = <0x0 0xfd883000 0x0 0x1000>; clock-frequency = <0>; /* Filled by loader */ @@ -129,7 +129,7 @@ reg-io-width = <4>; }; - uart1:uart@fd884000 { + uart1: uart@fd884000 { compatible = "ns16550a"; reg = <0x0 0xfd884000 0x0 0x1000>; clock-frequency = <0>; /* Filled by loader */