Commit 2ba4ff82 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: berlin: align UART node name with bindings

parent d2468138
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -581,7 +581,7 @@ i2c3: i2c@8000 {
				status = "disabled";
			};

			uart0: uart@9000 {
			uart0: serial@9000 {
				compatible = "snps,dw-apb-uart";
				reg = <0x9000 0x100>;
				interrupts = <8>;
@@ -592,7 +592,7 @@ uart0: uart@9000 {
				status = "disabled";
			};

			uart1: uart@a000 {
			uart1: serial@a000 {
				compatible = "snps,dw-apb-uart";
				reg = <0xa000 0x100>;
				interrupts = <9>;