Commit 52545888 authored by Antoine Tenart's avatar Antoine Tenart

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: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
parent 70c4b99a
......@@ -120,7 +120,7 @@ pmu {
<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 */
......@@ -129,7 +129,7 @@ uart0:uart@fd883000 {
reg-io-width = <4>;
};
uart1:uart@fd884000 {
uart1: uart@fd884000 {
compatible = "ns16550a";
reg = <0x0 0xfd884000 0x0 0x1000>;
clock-frequency = <0>; /* Filled by loader */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment