* [PATCH] ARM: dts: Kirkwood: Fix QNAP TS219 power-off
@ 2015-11-11 14:03 Andrew Lunn
2015-11-19 10:29 ` Gregory CLEMENT
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Lunn @ 2015-11-11 14:03 UTC (permalink / raw)
To: linux-arm-kernel
From: Helmut Klein <hgkr.klein@gmail.com>
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.")
---
Hi Helmut
I made a few minor changes to your patch:
1) Made subject line consistent with other patches to kirkwood-ts219.dtsi
2) Added a Fixes: tag, so that it gets backported to stable
3) Put comments after the ---, so they don't land in the change log.
Hi Gregory
This is a fix, i guess too late for this merge window, so please could
you send it after -rc1 is out?
---
arch/arm/boot/dts/kirkwood-ts219.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/kirkwood-ts219.dtsi b/arch/arm/boot/dts/kirkwood-ts219.dtsi
index c56ab6bbfe3c..0e46560551f4 100644
--- a/arch/arm/boot/dts/kirkwood-ts219.dtsi
+++ b/arch/arm/boot/dts/kirkwood-ts219.dtsi
@@ -40,7 +40,7 @@
};
poweroff at 12100 {
compatible = "qnap,power-off";
- reg = <0x12000 0x100>;
+ reg = <0x12100 0x100>;
clocks = <&gate_clk 7>;
};
spi at 10600 {
--
2.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: Kirkwood: Fix QNAP TS219 power-off
2015-11-11 14:03 [PATCH] ARM: dts: Kirkwood: Fix QNAP TS219 power-off Andrew Lunn
@ 2015-11-19 10:29 ` Gregory CLEMENT
0 siblings, 0 replies; 2+ messages in thread
From: Gregory CLEMENT @ 2015-11-19 10:29 UTC (permalink / raw)
To: linux-arm-kernel
Hi Andrew and Helmut,
On mer., nov. 11 2015, Andrew Lunn <andrew@lunn.ch> wrote:
> From: Helmut Klein <hgkr.klein@gmail.com>
>
> 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.")
Applied on mvebu/fixes
Thanks,
Gregory
> ---
>
> Hi Helmut
>
> I made a few minor changes to your patch:
>
> 1) Made subject line consistent with other patches to kirkwood-ts219.dtsi
> 2) Added a Fixes: tag, so that it gets backported to stable
> 3) Put comments after the ---, so they don't land in the change log.
>
> Hi Gregory
>
> This is a fix, i guess too late for this merge window, so please could
> you send it after -rc1 is out?
> ---
> arch/arm/boot/dts/kirkwood-ts219.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/kirkwood-ts219.dtsi b/arch/arm/boot/dts/kirkwood-ts219.dtsi
> index c56ab6bbfe3c..0e46560551f4 100644
> --- a/arch/arm/boot/dts/kirkwood-ts219.dtsi
> +++ b/arch/arm/boot/dts/kirkwood-ts219.dtsi
> @@ -40,7 +40,7 @@
> };
> poweroff at 12100 {
> compatible = "qnap,power-off";
> - reg = <0x12000 0x100>;
> + reg = <0x12100 0x100>;
> clocks = <&gate_clk 7>;
> };
> spi at 10600 {
> --
> 2.6.1
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-19 10:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-11 14:03 [PATCH] ARM: dts: Kirkwood: Fix QNAP TS219 power-off Andrew Lunn
2015-11-19 10:29 ` Gregory CLEMENT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).