Commit 0f36161a authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

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

parent 6fd67595
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ timer1: timer@0 {
				};
			};

			uart1: uart@20000 {
			uart1: serial@20000 {
				compatible = "ti,am3352-uart", "ti,omap3-uart";
				ti,hwmods = "uart1";
				reg = <0x20000 0x2000>;
@@ -343,7 +343,7 @@ uart1: uart@20000 {
				dma-names = "tx", "rx";
			};

			uart2: uart@22000 {
			uart2: serial@22000 {
				compatible = "ti,am3352-uart", "ti,omap3-uart";
				ti,hwmods = "uart2";
				reg = <0x22000 0x2000>;
@@ -353,7 +353,7 @@ uart2: uart@22000 {
				dma-names = "tx", "rx";
			};

			uart3: uart@24000 {
			uart3: serial@24000 {
				compatible = "ti,am3352-uart", "ti,omap3-uart";
				ti,hwmods = "uart3";
				reg = <0x24000 0x2000>;
+3 −3
Original line number Diff line number Diff line
@@ -522,7 +522,7 @@ timer7: timer@4804a000 {
			ti,timer-pwm;
		};

		uart1: uart@48020000 {
		uart1: serial@48020000 {
			compatible = "ti,am3352-uart", "ti,omap3-uart";
			ti,hwmods = "uart1";
			reg = <0x48020000 0x2000>;
@@ -532,7 +532,7 @@ uart1: uart@48020000 {
			dma-names = "tx", "rx";
		};

		uart2: uart@48022000 {
		uart2: serial@48022000 {
			compatible = "ti,am3352-uart", "ti,omap3-uart";
			ti,hwmods = "uart2";
			reg = <0x48022000 0x2000>;
@@ -542,7 +542,7 @@ uart2: uart@48022000 {
			dma-names = "tx", "rx";
		};

		uart3: uart@48024000 {
		uart3: serial@48024000 {
			compatible = "ti,am3352-uart", "ti,omap3-uart";
			ti,hwmods = "uart3";
			reg = <0x48024000 0x2000>;