Skip to content

Commit

Permalink
arm64: dts: amlogic: fix format for s4 uart node
Browse files Browse the repository at this point in the history
BugLink: https://bugs.launchpad.net/bugs/2059284

[ Upstream commit eb54ef3 ]

Aliases use lowercase letters and place status in end.

Signed-off-by: Xianwei Zhao <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
Signed-off-by: Manuel Diewald <[email protected]>
Signed-off-by: Stefan Bader <[email protected]>
  • Loading branch information
Xianwei Zhao authored and roxanan1996 committed Mar 28, 2024
1 parent e51dbdb commit 0ea5440
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/amlogic/meson-s4-s805x2-aq222.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#size-cells = <2>;

aliases {
serial0 = &uart_B;
serial0 = &uart_b;
};

memory@0 {
Expand All @@ -25,6 +25,6 @@

};

&uart_B {
&uart_b {
status = "okay";
};
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/amlogic/meson-s4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@
<10 11 12 13 14 15 16 17 18 19 20 21>;
};

uart_B: serial@7a000 {
uart_b: serial@7a000 {
compatible = "amlogic,meson-s4-uart",
"amlogic,meson-ao-uart";
reg = <0x0 0x7a000 0x0 0x18>;
interrupts = <GIC_SPI 169 IRQ_TYPE_EDGE_RISING>;
status = "disabled";
clocks = <&xtal>, <&xtal>, <&xtal>;
clock-names = "xtal", "pclk", "baud";
status = "disabled";
};

reset: reset-controller@2000 {
Expand Down

0 comments on commit 0ea5440

Please sign in to comment.