All of lore.kernel.org
 help / color / mirror / Atom feed
From: baruch@tkos.co.il (Baruch Siach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] ARM: digicolor: enable CX92755 on-chip RTC device
Date: Tue, 28 Apr 2015 13:59:41 +0300	[thread overview]
Message-ID: <cd1fa7f2985a0816cadb8107739abd7be7c140ca.1430217994.git.baruch@tkos.co.il> (raw)
In-Reply-To: <cover.1430217994.git.baruch@tkos.co.il>

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 arch/arm/boot/dts/cx92755.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/cx92755.dtsi b/arch/arm/boot/dts/cx92755.dtsi
index 490c08075e67..a2f5ffe1e8a8 100644
--- a/arch/arm/boot/dts/cx92755.dtsi
+++ b/arch/arm/boot/dts/cx92755.dtsi
@@ -82,6 +82,12 @@
 		clocks = <&main_clk>;
 	};
 
+	rtc at f0000c30 {
+		compatible = "cnxt,cx92755-rtc";
+		reg = <0xf0000c30 0x18>;
+		interrupts = <25>;
+	};
+
 	uc_regs: syscon at f00003a0 {
 		compatible = "cnxt,cx92755-uc", "syscon";
 		reg = <0xf00003a0 0x10>;
-- 
2.1.4

  reply	other threads:[~2015-04-28 10:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-28 10:59 [PATCH 0/4] ARM: digicolor: dt and config updates Baruch Siach
2015-04-28 10:59 ` Baruch Siach [this message]
2015-04-28 10:59 ` [PATCH 2/4] ARM: digicolor: add i2c master controller support Baruch Siach
2015-04-28 10:59 ` [PATCH 3/4] MAINTAINERS: add Conexant Digicolor machines entry Baruch Siach
2015-04-28 10:59 ` [PATCH 4/4] ARM: multi_v7_defconfig: enable Conexant Digicolor platform Baruch Siach
2015-05-12 13:18 ` [PATCH 0/4] ARM: digicolor: dt and config updates Arnd Bergmann

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=cd1fa7f2985a0816cadb8107739abd7be7c140ca.1430217994.git.baruch@tkos.co.il \
    --to=baruch@tkos.co.il \
    --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.