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
[ Upstream commit eb54ef3 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Xianwei Zhao authored and gregkh committed Feb 5, 2024
1 parent 9e8338b commit e15fa0c
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
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
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 e15fa0c

Please sign in to comment.