]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: Kirkwood: Fix QNAP TS219 power-off
authorHelmut Klein <hgkr.klein@gmail.com>
Wed, 11 Nov 2015 14:03:04 +0000 (15:03 +0100)
committerLuis Henriques <luis.henriques@canonical.com>
Fri, 18 Dec 2015 16:06:39 +0000 (16:06 +0000)
commit 5442f0eadf2885453d5b2ed8c8592f32a3744f8e upstream.

The "reg" entry in the "poweroff" section of "kirkwood-ts219.dtsi"
addressed the wrong uart (0 = console). This patch changes the address
to select uart 1, which is the uart connected to the pic
microcontroller, which can switch the device off.

Signed-off-by: Helmut Klein <hgkr.klein@gmail.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Fixes: 4350a47bbac3 ("ARM: Kirkwood: Make use of the QNAP Power off driver.")
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
arch/arm/boot/dts/kirkwood-ts219.dtsi

index df7f15276575ada26c356e224bb223c63e0b42f8..8e15b36c1beb15e2de1ea2dd7cfe7496ff22a2de 100644 (file)
@@ -40,7 +40,7 @@
                };
                poweroff@12100 {
                        compatible = "qnap,power-off";
-                       reg = <0x12000 0x100>;
+                       reg = <0x12100 0x100>;
                        clocks = <&gate_clk 7>;
                };
                spi@10600 {