Skip to content

Commit eb54ef3

Browse files
Xianwei Zhaosuperna9999
authored andcommitted
arm64: dts: amlogic: fix format for s4 uart node
Aliases use lowercase letters and place status in end. Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20231215-s4-dts-v1-1-7831ab6972be@amlogic.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 34010db commit eb54ef3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm64/boot/dts/amlogic/meson-s4-s805x2-aq222.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#size-cells = <2>;
1616

1717
aliases {
18-
serial0 = &uart_B;
18+
serial0 = &uart_b;
1919
};
2020

2121
memory@0 {
@@ -36,7 +36,7 @@
3636
};
3737
};
3838

39-
&uart_B {
39+
&uart_b {
4040
status = "okay";
4141
};
4242

arch/arm64/boot/dts/amlogic/meson-s4.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,14 +455,14 @@
455455
status = "disabled";
456456
};
457457

458-
uart_B: serial@7a000 {
458+
uart_b: serial@7a000 {
459459
compatible = "amlogic,meson-s4-uart",
460460
"amlogic,meson-ao-uart";
461461
reg = <0x0 0x7a000 0x0 0x18>;
462462
interrupts = <GIC_SPI 169 IRQ_TYPE_EDGE_RISING>;
463-
status = "disabled";
464463
clocks = <&xtal>, <&clkc_periphs CLKID_UART_B>, <&xtal>;
465464
clock-names = "xtal", "pclk", "baud";
465+
status = "disabled";
466466
};
467467

468468
reset: reset-controller@2000 {

0 commit comments

Comments
 (0)