All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, nsekhar@ti.com, t-kristo@ti.com,
	Nishanth Menon <nm@ti.com>
Subject: Re: [PATCH V2] ARM: dts: DRA7: Add node for RTC
Date: Fri, 21 Nov 2014 16:00:05 -0800	[thread overview]
Message-ID: <20141122000004.GG7046@atomide.com> (raw)
In-Reply-To: <1416399788-27557-1-git-send-email-lokeshvutla@ti.com>

* Lokesh Vutla <lokeshvutla@ti.com> [141119 04:26]:
> Add node for RTC.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> [nm@ti.com: update with rtc crossbar number]
> Signed-off-by: Nishanth Menon <nm@ti.com>

Applying into omap-for-v3.19/dt-v2 thanks.

Tony

> ---
> Changes since v1:
> - Fixed rtc dt node label.
>  arch/arm/boot/dts/dra7.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 9cc9843..5d92562 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -1075,6 +1075,15 @@
>  			status = "disabled";
>  		};
>  
> +		rtc@48838000 {
> +			compatible = "ti,am3352-rtc";
> +			reg = <0x48838000 0x100>;
> +			interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
> +				     <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
> +			ti,hwmods = "rtcss";
> +			clocks = <&sys_32k_ck>;
> +		};
> +
>  		omap_control_usb2phy1: control-phy@4a002300 {
>  			compatible = "ti,control-phy-usb2";
>  			reg = <0x4a002300 0x4>;
> -- 
> 1.9.1
> 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2] ARM: dts: DRA7: Add node for RTC
Date: Fri, 21 Nov 2014 16:00:05 -0800	[thread overview]
Message-ID: <20141122000004.GG7046@atomide.com> (raw)
In-Reply-To: <1416399788-27557-1-git-send-email-lokeshvutla@ti.com>

* Lokesh Vutla <lokeshvutla@ti.com> [141119 04:26]:
> Add node for RTC.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> [nm at ti.com: update with rtc crossbar number]
> Signed-off-by: Nishanth Menon <nm@ti.com>

Applying into omap-for-v3.19/dt-v2 thanks.

Tony

> ---
> Changes since v1:
> - Fixed rtc dt node label.
>  arch/arm/boot/dts/dra7.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 9cc9843..5d92562 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -1075,6 +1075,15 @@
>  			status = "disabled";
>  		};
>  
> +		rtc at 48838000 {
> +			compatible = "ti,am3352-rtc";
> +			reg = <0x48838000 0x100>;
> +			interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
> +				     <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
> +			ti,hwmods = "rtcss";
> +			clocks = <&sys_32k_ck>;
> +		};
> +
>  		omap_control_usb2phy1: control-phy at 4a002300 {
>  			compatible = "ti,control-phy-usb2";
>  			reg = <0x4a002300 0x4>;
> -- 
> 1.9.1
> 

  reply	other threads:[~2014-11-22  0:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-17  4:45 [PATCH] ARM: dts: DRA7: Add node for RTC Lokesh Vutla
2014-11-17  4:45 ` Lokesh Vutla
2014-11-17 12:17 ` Sergei Shtylyov
2014-11-17 12:17   ` Sergei Shtylyov
2014-11-17 13:04   ` Lokesh Vutla
2014-11-17 13:04     ` Lokesh Vutla
2014-11-17 16:12     ` Sergei Shtylyov
2014-11-17 16:12       ` Sergei Shtylyov
2014-11-18  5:01       ` Lokesh Vutla
2014-11-18  5:01         ` Lokesh Vutla
2014-11-18 10:55         ` Sergei Shtylyov
2014-11-18 10:55           ` Sergei Shtylyov
2014-11-19 12:23 ` [PATCH V2] " Lokesh Vutla
2014-11-19 12:23   ` Lokesh Vutla
2014-11-22  0:00   ` Tony Lindgren [this message]
2014-11-22  0:00     ` Tony Lindgren

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=20141122000004.GG7046@atomide.com \
    --to=tony@atomide.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=lokeshvutla@ti.com \
    --cc=nm@ti.com \
    --cc=nsekhar@ti.com \
    --cc=t-kristo@ti.com \
    /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.