Commit bf69b862 authored by Zhen Lei's avatar Zhen Lei Committed by Wei Xu
Browse files

arm64: dts: hisilicon: 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 avatarWei Xu <xuwei5@hisilicon.com>
parent 4d2b9b98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ refclk200mhz: refclk200mhz {
			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>;
@@ -307,7 +307,7 @@ uart0: uart@80300000 {
			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>;
+1 −1
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@ ipmi0: bt@e4 {
				status = "disabled";
			};

			uart0: lpc-uart@2f8 {
			uart0: serial@2f8 {
				compatible = "ns16550a";
				clock-frequency = <1843200>;
				reg = <0x01 0x2f8 0x08>;