arm64: dts: hisilicon: normalize the node name of the UART devices
authorZhen Lei <thunder.leizhen@huawei.com>
Mon, 12 Oct 2020 13:17:36 +0000 (21:17 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Tue, 24 Nov 2020 12:06:18 +0000 (20:06 +0800)
Change the node name of the UART devices to match
"^serial(@[0-9a-f,]+)*$".

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hip05.dtsi
arch/arm64/boot/dts/hisilicon/hip06.dtsi

index f7e3a7a..26caf09 100644 (file)
                        clock-frequency = <200000000>;
                };
 
-               uart0: uart@80300000 {
+               uart0: serial@80300000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x0 0x80300000 0x0 0x10000>;
                        interrupts = <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               uart1: uart@80310000 {
+               uart1: serial@80310000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x0 0x80310000 0x0 0x10000>;
                        interrupts = <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>;
index 2d401d7..7980709 100644 (file)
                                status = "disabled";
                        };
 
-                       uart0: lpc-uart@2f8 {
+                       uart0: serial@2f8 {
                                compatible = "ns16550a";
                                clock-frequency = <1843200>;
                                reg = <0x01 0x2f8 0x08>;