]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 26 Feb 2015 19:45:57 +0000 (20:45 +0100)
Fix Dove's register addresses of uart2 and uart3 nodes that seem to
be broken since ages due to a copy-and-paste error.

Cc: <stable@vger.kernel.org> # 3.7+
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>
arch/arm/boot/dts/dove.dtsi

index a5441d5482a63a0a9203f3333b96c87ec1912b11..3cc8b832034563ec6495b87da6868dbe7dd30027 100644 (file)
 
                        uart2: serial@12200 {
                                compatible = "ns16550a";
-                               reg = <0x12000 0x100>;
+                               reg = <0x12200 0x100>;
                                reg-shift = <2>;
                                interrupts = <9>;
                                clocks = <&core_clk 0>;
 
                        uart3: serial@12300 {
                                compatible = "ns16550a";
-                               reg = <0x12100 0x100>;
+                               reg = <0x12300 0x100>;
                                reg-shift = <2>;
                                interrupts = <10>;
                                clocks = <&core_clk 0>;