Commit 60e6cca8 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

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

parent 5e4505d2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ uc_regs: syscon@f00003a0 {
		reg = <0xf00003a0 0x10>;
	};

	uart0: uart@f0000740 {
	uart0: serial@f0000740 {
		compatible = "cnxt,cx92755-usart";
		reg = <0xf0000740 0x20>;
		clocks = <&main_clk>;
@@ -115,7 +115,7 @@ uart0: uart@f0000740 {
		status = "disabled";
	};

	uart1: uart@f0000760 {
	uart1: serial@f0000760 {
		compatible = "cnxt,cx92755-usart";
		reg = <0xf0000760 0x20>;
		clocks = <&main_clk>;
@@ -123,7 +123,7 @@ uart1: uart@f0000760 {
		status = "disabled";
	};

	uart2: uart@f0000780 {
	uart2: serial@f0000780 {
		compatible = "cnxt,cx92755-usart";
		reg = <0xf0000780 0x20>;
		clocks = <&main_clk>;