]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: amlogic: fix format for s4 uart node
authorXianwei Zhao <xianwei.zhao@amlogic.com>
Fri, 15 Dec 2023 08:28:00 +0000 (16:28 +0800)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 19 Dec 2023 09:24:52 +0000 (10:24 +0100)
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>
arch/arm64/boot/dts/amlogic/meson-s4-s805x2-aq222.dts
arch/arm64/boot/dts/amlogic/meson-s4.dtsi

index 18789242f05fe3f8dcf5aac93692ad179888223b..983caddc409c35b4b396650935a1cfb84ab10d21 100644 (file)
@@ -15,7 +15,7 @@
        #size-cells = <2>;
 
        aliases {
-               serial0 = &uart_B;
+               serial0 = &uart_b;
        };
 
        memory@0 {
@@ -36,7 +36,7 @@
        };
 };
 
-&uart_B {
+&uart_b {
        status = "okay";
 };
 
index c6b524e1a1ee8b7d5a4fb367268f3336776769c9..ce90b35686a212181efdda3e14cc612ee17c9536 100644 (file)
                                status = "disabled";
                        };
 
-                       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>, <&clkc_periphs CLKID_UART_B>, <&xtal>;
                                clock-names = "xtal", "pclk", "baud";
+                               status = "disabled";
                        };
 
                        reset: reset-controller@2000 {