arm64: dts: broadcom: normalize the node name of the UART devices
authorZhen Lei <thunder.leizhen@huawei.com>
Wed, 19 May 2021 14:19:12 +0000 (22:19 +0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 20 May 2021 18:45:43 +0000 (11:45 -0700)
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: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi

index 2ffb2c92182abe46bce97f71e05c950ff9304f0c..7b04dfe67bef63b097dceebac21f0ffb09a6bdfb 100644 (file)
                        status = "disabled";
                };
 
-               uart0: uart@100000 {
+               uart0: serial@100000 {
                        device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00100000 0x1000>;
                        status = "disabled";
                };
 
-               uart1: uart@110000 {
+               uart1: serial@110000 {
                        device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00110000 0x1000>;
                        status = "disabled";
                };
 
-               uart2: uart@120000 {
+               uart2: serial@120000 {
                        device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00120000 0x1000>;
                        status = "disabled";
                };
 
-               uart3: uart@130000 {
+               uart3: serial@130000 {
                        device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00130000 0x1000>;