Commit 2f802af2 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Dinh Nguyen
Browse files

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



Bindings expect UART/serial node names to be "serial".

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 1b929c02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -905,7 +905,7 @@ timer3: timer3@ffd01000 {
			reset-names = "timer";
		};

		uart0: serial0@ffc02000 {
		uart0: serial@ffc02000 {
			compatible = "snps,dw-apb-uart";
			reg = <0xffc02000 0x1000>;
			interrupts = <0 162 4>;
@@ -918,7 +918,7 @@ uart0: serial0@ffc02000 {
			resets = <&rst UART0_RESET>;
		};

		uart1: serial1@ffc03000 {
		uart1: serial@ffc03000 {
			compatible = "snps,dw-apb-uart";
			reg = <0xffc03000 0x1000>;
			interrupts = <0 163 4>;
+2 −2
Original line number Diff line number Diff line
@@ -845,7 +845,7 @@ timer3: timer3@ffd00100 {
			reset-names = "timer";
		};

		uart0: serial0@ffc02000 {
		uart0: serial@ffc02000 {
			compatible = "snps,dw-apb-uart";
			reg = <0xffc02000 0x100>;
			interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
@@ -856,7 +856,7 @@ uart0: serial0@ffc02000 {
			status = "disabled";
		};

		uart1: serial1@ffc02100 {
		uart1: serial@ffc02100 {
			compatible = "snps,dw-apb-uart";
			reg = <0xffc02100 0x100>;
			interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
+2 −2
Original line number Diff line number Diff line
@@ -57,11 +57,11 @@ timer3@ffd01000 {
			clock-frequency = <7000000>;
		};

		serial0@ffc02000 {
		serial@ffc02000 {
			clock-frequency = <7372800>;
		};

		serial1@ffc03000 {
		serial@ffc03000 {
			clock-frequency = <7372800>;
		};