All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dt: sama5d2: add watchdog node
Date: Tue, 15 Dec 2015 11:14:18 +0100	[thread overview]
Message-ID: <566FE7FA.6040300@atmel.com> (raw)
In-Reply-To: <1446709170-24500-1-git-send-email-wenyou.yang@atmel.com>

Le 05/11/2015 08:39, Wenyou Yang a ?crit :
> Add watchdog node to support SAMA5D4 watchdog.
> 
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

And stacked on top of at91-4.5-dt.

Thanks!

> ---
> 
>  arch/arm/boot/dts/at91-sama5d2_xplained.dts |    4 ++++
>  arch/arm/boot/dts/sama5d2.dtsi              |    7 +++++++
>  2 files changed, 11 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> index e07c2b2..de3ef02 100644
> --- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> @@ -181,6 +181,10 @@
>  				};
>  			};
>  
> +			watchdog at f8048040 {
> +				status = "okay";
> +			};
> +
>  			uart3: serial at fc008000 {
>  				pinctrl-names = "default";
>  				pinctrl-0 = <&pinctrl_uart3_default>;
> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
> index c1f0cba..c29ff70 100644
> --- a/arch/arm/boot/dts/sama5d2.dtsi
> +++ b/arch/arm/boot/dts/sama5d2.dtsi
> @@ -929,6 +929,13 @@
>  				clocks = <&h32ck>;
>  			};
>  
> +			watchdog at f8048040 {
> +				compatible = "atmel,sama5d4-wdt";
> +				reg = <0xf8048040 0x10>;
> +				interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
> +				status = "disabled";
> +			};
> +
>  			sckc at f8048050 {
>  				compatible = "atmel,at91sam9x5-sckc";
>  				reg = <0xf8048050 0x4>;
> 


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
To: Wenyou Yang <wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>,
	Alexandre Belloni
	<alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Jean-Christophe Plagniol-Villard
	<plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] ARM: at91/dt: sama5d2: add watchdog node
Date: Tue, 15 Dec 2015 11:14:18 +0100	[thread overview]
Message-ID: <566FE7FA.6040300@atmel.com> (raw)
In-Reply-To: <1446709170-24500-1-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>

Le 05/11/2015 08:39, Wenyou Yang a écrit :
> Add watchdog node to support SAMA5D4 watchdog.
> 
> Signed-off-by: Wenyou Yang <wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>

Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>

And stacked on top of at91-4.5-dt.

Thanks!

> ---
> 
>  arch/arm/boot/dts/at91-sama5d2_xplained.dts |    4 ++++
>  arch/arm/boot/dts/sama5d2.dtsi              |    7 +++++++
>  2 files changed, 11 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> index e07c2b2..de3ef02 100644
> --- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> @@ -181,6 +181,10 @@
>  				};
>  			};
>  
> +			watchdog@f8048040 {
> +				status = "okay";
> +			};
> +
>  			uart3: serial@fc008000 {
>  				pinctrl-names = "default";
>  				pinctrl-0 = <&pinctrl_uart3_default>;
> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
> index c1f0cba..c29ff70 100644
> --- a/arch/arm/boot/dts/sama5d2.dtsi
> +++ b/arch/arm/boot/dts/sama5d2.dtsi
> @@ -929,6 +929,13 @@
>  				clocks = <&h32ck>;
>  			};
>  
> +			watchdog@f8048040 {
> +				compatible = "atmel,sama5d4-wdt";
> +				reg = <0xf8048040 0x10>;
> +				interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
> +				status = "disabled";
> +			};
> +
>  			sckc@f8048050 {
>  				compatible = "atmel,at91sam9x5-sckc";
>  				reg = <0xf8048050 0x4>;
> 


-- 
Nicolas Ferre
--
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

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Wenyou Yang <wenyou.yang@atmel.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	"Russell King" <linux@arm.linux.org.uk>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: Re: [PATCH] ARM: at91/dt: sama5d2: add watchdog node
Date: Tue, 15 Dec 2015 11:14:18 +0100	[thread overview]
Message-ID: <566FE7FA.6040300@atmel.com> (raw)
In-Reply-To: <1446709170-24500-1-git-send-email-wenyou.yang@atmel.com>

Le 05/11/2015 08:39, Wenyou Yang a écrit :
> Add watchdog node to support SAMA5D4 watchdog.
> 
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

And stacked on top of at91-4.5-dt.

Thanks!

> ---
> 
>  arch/arm/boot/dts/at91-sama5d2_xplained.dts |    4 ++++
>  arch/arm/boot/dts/sama5d2.dtsi              |    7 +++++++
>  2 files changed, 11 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> index e07c2b2..de3ef02 100644
> --- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
> @@ -181,6 +181,10 @@
>  				};
>  			};
>  
> +			watchdog@f8048040 {
> +				status = "okay";
> +			};
> +
>  			uart3: serial@fc008000 {
>  				pinctrl-names = "default";
>  				pinctrl-0 = <&pinctrl_uart3_default>;
> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
> index c1f0cba..c29ff70 100644
> --- a/arch/arm/boot/dts/sama5d2.dtsi
> +++ b/arch/arm/boot/dts/sama5d2.dtsi
> @@ -929,6 +929,13 @@
>  				clocks = <&h32ck>;
>  			};
>  
> +			watchdog@f8048040 {
> +				compatible = "atmel,sama5d4-wdt";
> +				reg = <0xf8048040 0x10>;
> +				interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
> +				status = "disabled";
> +			};
> +
>  			sckc@f8048050 {
>  				compatible = "atmel,at91sam9x5-sckc";
>  				reg = <0xf8048050 0x4>;
> 


-- 
Nicolas Ferre

  reply	other threads:[~2015-12-15 10:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-05  7:39 [PATCH] ARM: at91/dt: sama5d2: add watchdog node Wenyou Yang
2015-11-05  7:39 ` Wenyou Yang
2015-11-05  7:39 ` Wenyou Yang
2015-12-15 10:14 ` Nicolas Ferre [this message]
2015-12-15 10:14   ` Nicolas Ferre
2015-12-15 10:14   ` Nicolas Ferre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=566FE7FA.6040300@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.