* [PATCH 0/3] arm: dts: berlin: enable all dw_wdt nodes unconditionally
@ 2016-07-06 6:41 Jisheng Zhang
2016-07-06 6:41 ` [PATCH 1/3] arm: dts: berlin2: enable all wdt " Jisheng Zhang
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Jisheng Zhang @ 2016-07-06 6:41 UTC (permalink / raw)
To: sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
linux-I+IVW8TIWO2tmTQ+vhA3Yw, catalin.marinas-5wv7dgnIgG8,
will.deacon-5wv7dgnIgG8
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Jisheng Zhang
When we add watchdog dt nodes into berlin dtsi, the dw_wdt driver can't
support multiple variants, so we have to keep one enabled and others
disabled. After commit f29a72c24ad4 ("watchdog: dw_wdt: Convert to use
watchdog infrastructure"), the dw_wdt driver can support multiple
variants, so we can unconditionally enable all dw_wdt nodes now.
Jisheng Zhang (3):
arm: dts: berlin2: enable all wdt nodes unconditionally
arm: dts: berlin2q: enable all wdt nodes unconditionally
arm64: dts: berlin4ct: enable all wdt nodes unconditionally
arch/arm/boot/dts/berlin2.dtsi | 2 --
arch/arm/boot/dts/berlin2q.dtsi | 2 --
arch/arm64/boot/dts/marvell/berlin4ct.dtsi | 2 --
3 files changed, 6 deletions(-)
--
2.8.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/3] arm: dts: berlin2: enable all wdt nodes unconditionally
2016-07-06 6:41 [PATCH 0/3] arm: dts: berlin: enable all dw_wdt nodes unconditionally Jisheng Zhang
@ 2016-07-06 6:41 ` Jisheng Zhang
2016-07-06 6:41 ` [PATCH 2/3] arm: dts: berlin2q: " Jisheng Zhang
[not found] ` <1467787301-3728-1-git-send-email-jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
2 siblings, 0 replies; 5+ messages in thread
From: Jisheng Zhang @ 2016-07-06 6:41 UTC (permalink / raw)
To: sebastian.hesselbarth, robh+dt, mark.rutland, linux,
catalin.marinas, will.deacon
Cc: linux-arm-kernel, devicetree, linux-kernel, Jisheng Zhang
After commit f29a72c24ad4 ("watchdog: dw_wdt: Convert to use watchdog
infrastructure"), the dw_wdt driver can support multiple variants, so
unconditionally enable all dw_wdt nodes now.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
arch/arm/boot/dts/berlin2.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi
index ae81009..15c857a 100644
--- a/arch/arm/boot/dts/berlin2.dtsi
+++ b/arch/arm/boot/dts/berlin2.dtsi
@@ -447,7 +447,6 @@
reg = <0x2000 0x100>;
clocks = <&refclk>;
interrupts = <1>;
- status = "disabled";
};
wdt2: watchdog@3000 {
@@ -455,7 +454,6 @@
reg = <0x3000 0x100>;
clocks = <&refclk>;
interrupts = <2>;
- status = "disabled";
};
sm_gpio1: gpio@5000 {
--
2.8.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] arm: dts: berlin2q: enable all wdt nodes unconditionally
2016-07-06 6:41 [PATCH 0/3] arm: dts: berlin: enable all dw_wdt nodes unconditionally Jisheng Zhang
2016-07-06 6:41 ` [PATCH 1/3] arm: dts: berlin2: enable all wdt " Jisheng Zhang
@ 2016-07-06 6:41 ` Jisheng Zhang
[not found] ` <1467787301-3728-1-git-send-email-jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
2 siblings, 0 replies; 5+ messages in thread
From: Jisheng Zhang @ 2016-07-06 6:41 UTC (permalink / raw)
To: sebastian.hesselbarth, robh+dt, mark.rutland, linux,
catalin.marinas, will.deacon
Cc: linux-arm-kernel, devicetree, linux-kernel, Jisheng Zhang
After commit f29a72c24ad4 ("watchdog: dw_wdt: Convert to use watchdog
infrastructure"), the dw_wdt driver can support multiple variants, so
unconditionally enable all dw_wdt nodes now.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
arch/arm/boot/dts/berlin2q.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
index 2c34bfb..7e61d04 100644
--- a/arch/arm/boot/dts/berlin2q.dtsi
+++ b/arch/arm/boot/dts/berlin2q.dtsi
@@ -525,7 +525,6 @@
reg = <0x2000 0x100>;
clocks = <&refclk>;
interrupts = <1>;
- status = "disabled";
};
wdt2: watchdog@3000 {
@@ -533,7 +532,6 @@
reg = <0x3000 0x100>;
clocks = <&refclk>;
interrupts = <2>;
- status = "disabled";
};
sm_gpio1: gpio@5000 {
--
2.8.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] arm64: dts: berlin4ct: enable all wdt nodes unconditionally
[not found] ` <1467787301-3728-1-git-send-email-jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
@ 2016-07-06 6:41 ` Jisheng Zhang
2016-07-06 17:58 ` [PATCH 0/3] arm: dts: berlin: enable all dw_wdt " Sebastian Hesselbarth
1 sibling, 0 replies; 5+ messages in thread
From: Jisheng Zhang @ 2016-07-06 6:41 UTC (permalink / raw)
To: sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
linux-I+IVW8TIWO2tmTQ+vhA3Yw, catalin.marinas-5wv7dgnIgG8,
will.deacon-5wv7dgnIgG8
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Jisheng Zhang
After commit f29a72c24ad4 ("watchdog: dw_wdt: Convert to use watchdog
infrastructure"), the dw_wdt driver can support multiple variants, so
unconditionally enable all dw_wdt nodes now.
Signed-off-by: Jisheng Zhang <jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
---
arch/arm64/boot/dts/marvell/berlin4ct.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm64/boot/dts/marvell/berlin4ct.dtsi b/arch/arm64/boot/dts/marvell/berlin4ct.dtsi
index 099ad93..c8e07e0 100644
--- a/arch/arm64/boot/dts/marvell/berlin4ct.dtsi
+++ b/arch/arm64/boot/dts/marvell/berlin4ct.dtsi
@@ -279,7 +279,6 @@
reg = <0x4000 0x100>;
clocks = <&osc>;
interrupts = <1>;
- status = "disabled";
};
wdt2: watchdog@5000 {
@@ -287,7 +286,6 @@
reg = <0x5000 0x100>;
clocks = <&osc>;
interrupts = <2>;
- status = "disabled";
};
sm_gpio0: gpio@8000 {
--
2.8.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/3] arm: dts: berlin: enable all dw_wdt nodes unconditionally
[not found] ` <1467787301-3728-1-git-send-email-jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
2016-07-06 6:41 ` [PATCH 3/3] arm64: dts: berlin4ct: " Jisheng Zhang
@ 2016-07-06 17:58 ` Sebastian Hesselbarth
1 sibling, 0 replies; 5+ messages in thread
From: Sebastian Hesselbarth @ 2016-07-06 17:58 UTC (permalink / raw)
To: Jisheng Zhang, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw,
catalin.marinas-5wv7dgnIgG8, will.deacon-5wv7dgnIgG8
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
On 06.07.2016 08:41, Jisheng Zhang wrote:
> When we add watchdog dt nodes into berlin dtsi, the dw_wdt driver can't
> support multiple variants, so we have to keep one enabled and others
> disabled. After commit f29a72c24ad4 ("watchdog: dw_wdt: Convert to use
> watchdog infrastructure"), the dw_wdt driver can support multiple
> variants, so we can unconditionally enable all dw_wdt nodes now.
>
> Jisheng Zhang (3):
> arm: dts: berlin2: enable all wdt nodes unconditionally
> arm: dts: berlin2q: enable all wdt nodes unconditionally
> arm64: dts: berlin4ct: enable all wdt nodes unconditionally
Applied all three to berlin/dt and berlin64/dt respectively.
Thanks!
Sebastian
> arch/arm/boot/dts/berlin2.dtsi | 2 --
> arch/arm/boot/dts/berlin2q.dtsi | 2 --
> arch/arm64/boot/dts/marvell/berlin4ct.dtsi | 2 --
> 3 files changed, 6 deletions(-)
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-07-06 17:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-06 6:41 [PATCH 0/3] arm: dts: berlin: enable all dw_wdt nodes unconditionally Jisheng Zhang
2016-07-06 6:41 ` [PATCH 1/3] arm: dts: berlin2: enable all wdt " Jisheng Zhang
2016-07-06 6:41 ` [PATCH 2/3] arm: dts: berlin2q: " Jisheng Zhang
[not found] ` <1467787301-3728-1-git-send-email-jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
2016-07-06 6:41 ` [PATCH 3/3] arm64: dts: berlin4ct: " Jisheng Zhang
2016-07-06 17:58 ` [PATCH 0/3] arm: dts: berlin: enable all dw_wdt " Sebastian Hesselbarth
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).