Commit cd49f71c authored by Zhen Lei's avatar Zhen Lei Committed by Florian Fainelli
Browse files

arm64: dts: broadcom: normalize the node name of the UART devices



Change the node name of the UART devices to match
"^serial(@[0-9a-f,]+)*$".

Signed-off-by: default avatarZhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 6efb943b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ i2c1: i2c@e0000 {
			status = "disabled";
		};

		uart0: uart@100000 {
		uart0: serial@100000 {
			device_type = "serial";
			compatible = "snps,dw-apb-uart";
			reg = <0x00100000 0x1000>;
@@ -481,7 +481,7 @@ uart0: uart@100000 {
			status = "disabled";
		};

		uart1: uart@110000 {
		uart1: serial@110000 {
			device_type = "serial";
			compatible = "snps,dw-apb-uart";
			reg = <0x00110000 0x1000>;
@@ -492,7 +492,7 @@ uart1: uart@110000 {
			status = "disabled";
		};

		uart2: uart@120000 {
		uart2: serial@120000 {
			device_type = "serial";
			compatible = "snps,dw-apb-uart";
			reg = <0x00120000 0x1000>;
@@ -503,7 +503,7 @@ uart2: uart@120000 {
			status = "disabled";
		};

		uart3: uart@130000 {
		uart3: serial@130000 {
			device_type = "serial";
			compatible = "snps,dw-apb-uart";
			reg = <0x00130000 0x1000>;