* [PATCH 1/2] ARM: imx6q-sabrelite.dts: Add watchdog support
@ 2012-07-02 19:50 Fabio Estevam
2012-07-02 19:50 ` [PATCH 2/2] ARM: imx6q-sabresd.dts: " Fabio Estevam
2012-07-03 3:03 ` [PATCH 1/2] ARM: imx6q-sabrelite.dts: " Shawn Guo
0 siblings, 2 replies; 5+ messages in thread
From: Fabio Estevam @ 2012-07-02 19:50 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabio Estevam <fabio.estevam@freescale.com>
Add watchdog support.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/boot/dts/imx6q-sabrelite.dts | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
index e0ec929..99581a0 100644
--- a/arch/arm/boot/dts/imx6q-sabrelite.dts
+++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
@@ -42,6 +42,9 @@
};
};
+ wdog at 020bc000 { /* WDOG1 */
+ status = "okay";
+ };
};
aips-bus at 02100000 { /* AIPS2 */
--
1.7.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] ARM: imx6q-sabresd.dts: Add watchdog support
2012-07-02 19:50 [PATCH 1/2] ARM: imx6q-sabrelite.dts: Add watchdog support Fabio Estevam
@ 2012-07-02 19:50 ` Fabio Estevam
2012-07-03 3:03 ` [PATCH 1/2] ARM: imx6q-sabrelite.dts: " Shawn Guo
1 sibling, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2012-07-02 19:50 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabio Estevam <fabio.estevam@freescale.com>
Add watchdog support.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/boot/dts/imx6q-sabresd.dts | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/imx6q-sabresd.dts b/arch/arm/boot/dts/imx6q-sabresd.dts
index 07509a1..f3002d2 100644
--- a/arch/arm/boot/dts/imx6q-sabresd.dts
+++ b/arch/arm/boot/dts/imx6q-sabresd.dts
@@ -29,6 +29,10 @@
status = "okay";
};
};
+
+ wdog at 020bc000 { /* WDOG1 */
+ status = "okay";
+ };
};
aips-bus at 02100000 { /* AIPS2 */
--
1.7.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 1/2] ARM: imx6q-sabrelite.dts: Add watchdog support
2012-07-02 19:50 [PATCH 1/2] ARM: imx6q-sabrelite.dts: Add watchdog support Fabio Estevam
2012-07-02 19:50 ` [PATCH 2/2] ARM: imx6q-sabresd.dts: " Fabio Estevam
@ 2012-07-03 3:03 ` Shawn Guo
2012-07-03 10:17 ` Sascha Hauer
1 sibling, 1 reply; 5+ messages in thread
From: Shawn Guo @ 2012-07-03 3:03 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jul 02, 2012 at 04:50:26PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Add watchdog support.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> arch/arm/boot/dts/imx6q-sabrelite.dts | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
> index e0ec929..99581a0 100644
> --- a/arch/arm/boot/dts/imx6q-sabrelite.dts
> +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
> @@ -42,6 +42,9 @@
> };
> };
>
> + wdog at 020bc000 { /* WDOG1 */
> + status = "okay";
> + };
I'm wondering if it makes more sense to have wdog, rtc, such completely
soc internal stuff always enabled in <soc>.dtsi.
> };
>
> aips-bus at 02100000 { /* AIPS2 */
> --
> 1.7.1
>
--
Regards,
Shawn
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] ARM: imx6q-sabrelite.dts: Add watchdog support
2012-07-03 3:03 ` [PATCH 1/2] ARM: imx6q-sabrelite.dts: " Shawn Guo
@ 2012-07-03 10:17 ` Sascha Hauer
2012-07-03 10:39 ` Shawn Guo
0 siblings, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2012-07-03 10:17 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jul 03, 2012 at 11:03:39AM +0800, Shawn Guo wrote:
> On Mon, Jul 02, 2012 at 04:50:26PM -0300, Fabio Estevam wrote:
> > From: Fabio Estevam <fabio.estevam@freescale.com>
> >
> > Add watchdog support.
> >
> > Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> > ---
> > arch/arm/boot/dts/imx6q-sabrelite.dts | 3 +++
> > 1 files changed, 3 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
> > index e0ec929..99581a0 100644
> > --- a/arch/arm/boot/dts/imx6q-sabrelite.dts
> > +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
> > @@ -42,6 +42,9 @@
> > };
> > };
> >
> > + wdog at 020bc000 { /* WDOG1 */
> > + status = "okay";
> > + };
>
> I'm wondering if it makes more sense to have wdog, rtc, such completely
> soc internal stuff always enabled in <soc>.dtsi.
+1 for the watchdog
I'm not so sure about the rtc though, since one important component of
the RTC is not completely internal to the SoC: the battery.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] ARM: imx6q-sabrelite.dts: Add watchdog support
2012-07-03 10:17 ` Sascha Hauer
@ 2012-07-03 10:39 ` Shawn Guo
0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2012-07-03 10:39 UTC (permalink / raw)
To: linux-arm-kernel
On 3 July 2012 18:17, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> I'm not so sure about the rtc though, since one important component of
> the RTC is not completely internal to the SoC: the battery.
>
Yes, that the case, practically. But technically, even without
battery, RTC can also be useful for a system if only warm reset will
be performed.
Regards,
Shawn
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-07-03 10:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 19:50 [PATCH 1/2] ARM: imx6q-sabrelite.dts: Add watchdog support Fabio Estevam
2012-07-02 19:50 ` [PATCH 2/2] ARM: imx6q-sabresd.dts: " Fabio Estevam
2012-07-03 3:03 ` [PATCH 1/2] ARM: imx6q-sabrelite.dts: " Shawn Guo
2012-07-03 10:17 ` Sascha Hauer
2012-07-03 10:39 ` Shawn Guo
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).