ARM: dts: dove: Fix uart[23] reg property
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 17 Feb 2015 18:52:04 +0000 (19:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 May 2015 12:15:43 +0000 (05:15 -0700)
commit a74cd13b807029397f7232449df929bac11fb228 upstream.

Fix Dove's register addresses of uart2 and uart3 nodes that seem to
be broken since ages due to a copy-and-paste error.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/dove.dtsi

index 6cab46849cdb471d44b81ddf21f216999c6baeb4..d1e47092d21ac480169b97d4ef424d4ba309905c 100644 (file)
@@ -75,7 +75,7 @@
 
                uart2: serial@12200 {
                        compatible = "ns16550a";
-                       reg = <0x12000 0x100>;
+                       reg = <0x12200 0x100>;
                        reg-shift = <2>;
                        interrupts = <9>;
                        clocks = <&core_clk 0>;
@@ -84,7 +84,7 @@
 
                uart3: serial@12300 {
                        compatible = "ns16550a";
-                       reg = <0x12100 0x100>;
+                       reg = <0x12300 0x100>;
                        reg-shift = <2>;
                        interrupts = <10>;
                        clocks = <&core_clk 0>;