]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: socfpga: dts: enable UART1 for the debug uart
authorDinh Nguyen <dinguyen@opensource.altera.com>
Thu, 2 Apr 2015 18:26:35 +0000 (13:26 -0500)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Mon, 11 May 2015 18:14:59 +0000 (13:14 -0500)
Arria10 devkit is using UART1 for the debug uart port. Remove
unused aliases.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
---
v2: Add removal of unused aliases

arch/arm/boot/dts/socfpga_arria10.dtsi
arch/arm/boot/dts/socfpga_arria10_socdk.dts

index d8436095b1dd9917b80737fcce06a3f014a1d2d6..6c3ad922084527823228d2e378a689565f873ea2 100644 (file)
        #address-cells = <1>;
        #size-cells = <1>;
 
-       aliases {
-               ethernet0 = &gmac0;
-               ethernet1 = &gmac1;
-               ethernet2 = &gmac2;
-               serial0 = &uart0;
-               serial1 = &uart1;
-               timer0 = &timer0;
-               timer1 = &timer1;
-               timer2 = &timer2;
-               timer3 = &timer3;
-       };
-
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
index 3015ce8d30576996e74d685515bbdb732881c82e..811a61cd9dc7b9d8ed70d9833be0f50017298e2c 100755 (executable)
@@ -40,9 +40,9 @@
                                };
                        };
                };
-
-               serial0@ffc02000 {
-                       status = "okay";
-               };
        };
 };
+
+&uart1 {
+       status = "okay";
+};