All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
To: Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	Alessandro Zummo
	<a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 3/5] ARM: dts: sun6i: add rtc device node
Date: Mon, 14 Jul 2014 15:32:15 +0800	[thread overview]
Message-ID: <1405323137-24287-4-git-send-email-wens@csie.org> (raw)
In-Reply-To: <1405323137-24287-1-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>

Now that we have a driver for sun6i's rtc hardware, add a device node
for it so we can use it.

Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
---
 arch/arm/boot/dts/sun6i-a31.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi
index a9dfa12..de351e1 100644
--- a/arch/arm/boot/dts/sun6i-a31.dtsi
+++ b/arch/arm/boot/dts/sun6i-a31.dtsi
@@ -691,6 +691,12 @@
 			interrupts = <1 9 0xf04>;
 		};
 
+		rtc: rtc@01f00000 {
+			compatible = "allwinner,sun6i-a31-rtc";
+			reg = <0x01f00000 0x54>;
+			interrupts = <0 40 4>;
+		};
+
 		nmi_intc: interrupt-controller@01f00c0c {
 			compatible = "allwinner,sun6i-a31-sc-nmi";
 			interrupt-controller;
-- 
2.0.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

WARNING: multiple messages have this Message-ID (diff)
From: wens@csie.org (Chen-Yu Tsai)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] ARM: dts: sun6i: add rtc device node
Date: Mon, 14 Jul 2014 15:32:15 +0800	[thread overview]
Message-ID: <1405323137-24287-4-git-send-email-wens@csie.org> (raw)
In-Reply-To: <1405323137-24287-1-git-send-email-wens@csie.org>

Now that we have a driver for sun6i's rtc hardware, add a device node
for it so we can use it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 arch/arm/boot/dts/sun6i-a31.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi
index a9dfa12..de351e1 100644
--- a/arch/arm/boot/dts/sun6i-a31.dtsi
+++ b/arch/arm/boot/dts/sun6i-a31.dtsi
@@ -691,6 +691,12 @@
 			interrupts = <1 9 0xf04>;
 		};
 
+		rtc: rtc at 01f00000 {
+			compatible = "allwinner,sun6i-a31-rtc";
+			reg = <0x01f00000 0x54>;
+			interrupts = <0 40 4>;
+		};
+
 		nmi_intc: interrupt-controller at 01f00c0c {
 			compatible = "allwinner,sun6i-a31-sc-nmi";
 			interrupt-controller;
-- 
2.0.1

  parent reply	other threads:[~2014-07-14  7:32 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-14  7:32 [PATCH 0/5] ARM: sunxi: RTC support for A31/A23 Chen-Yu Tsai
2014-07-14  7:32 ` Chen-Yu Tsai
     [not found] ` <1405323137-24287-1-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2014-07-14  7:32   ` [PATCH 1/5] rtc: sun6i: Add sun6i RTC driver Chen-Yu Tsai
2014-07-14  7:32     ` Chen-Yu Tsai
     [not found]     ` <1405323137-24287-2-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2014-07-18  8:07       ` Maxime Ripard
2014-07-18  8:07         ` Maxime Ripard
2014-07-21 14:46         ` Chen-Yu Tsai
2014-07-21 14:46           ` Chen-Yu Tsai
     [not found]           ` <CAGb2v64K0iZ9e+1bdtkFVv5=t6nmTCTmUKeXLP-GvMaxAxQi+g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-07-23  9:55             ` Maxime Ripard
2014-07-23  9:55               ` Maxime Ripard
2014-07-23 14:37               ` Chen-Yu Tsai
2014-07-23 14:37                 ` Chen-Yu Tsai
2014-07-14  7:32   ` [PATCH 2/5] rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtc Chen-Yu Tsai
2014-07-14  7:32     ` Chen-Yu Tsai
     [not found]     ` <1405323137-24287-3-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2014-07-18  8:11       ` Maxime Ripard
2014-07-18  8:11         ` Maxime Ripard
2014-07-14  7:32   ` Chen-Yu Tsai [this message]
2014-07-14  7:32     ` [PATCH 3/5] ARM: dts: sun6i: add rtc device node Chen-Yu Tsai
2014-07-14  7:32   ` [PATCH 4/5] ARM: dts: sun8i: " Chen-Yu Tsai
2014-07-14  7:32     ` Chen-Yu Tsai
2014-07-14  7:32   ` [PATCH 5/5] ARM: sunxi: Add A31 RTC driver to sunxi_defconfig Chen-Yu Tsai
2014-07-14  7:32     ` Chen-Yu Tsai
     [not found]     ` <1405323137-24287-6-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2014-07-18  8:12       ` Maxime Ripard
2014-07-18  8:12         ` Maxime Ripard
2014-07-18  9:25         ` Chen-Yu Tsai
2014-07-18  9:25           ` Chen-Yu Tsai

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=1405323137-24287-4-git-send-email-wens@csie.org \
    --to=wens-jday2fn1rrm@public.gmane.org \
    --cc=a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.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.