public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: iwamatsu@nigauri.org (Nobuhiro Iwamatsu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: mvebu: Add support RTC for OpenBlockS AX3
Date: Tue, 30 Oct 2012 19:41:25 +0900	[thread overview]
Message-ID: <1351593685-19663-3-git-send-email-iwamatsu@nigauri.org> (raw)
In-Reply-To: <1351593685-19663-1-git-send-email-iwamatsu@nigauri.org>

From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

OpenBlockS AX3 has Seiko Instruments S-35390A as RTC controller.
This validates RTC controller.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
 arch/arm/boot/dts/openblocks-ax3-4.dts |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/openblocks-ax3-4.dts b/arch/arm/boot/dts/openblocks-ax3-4.dts
index c42b9a5..61c2f2c 100644
--- a/arch/arm/boot/dts/openblocks-ax3-4.dts
+++ b/arch/arm/boot/dts/openblocks-ax3-4.dts
@@ -74,6 +74,11 @@
 		i2c at d0011100 {
 			status = "okay";
 			clock-frequency = <400000>;
+
+			s35390a: s35390a at 30 {
+				compatible = "s35390a";
+				reg = <0x30>;
+			}; 
 		}; 
 	};
 };
-- 
1.7.10.4

  parent reply	other threads:[~2012-10-30 10:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 10:41 [PATCH 1/3] ARM: mvebu: Add support I2C controller Nobuhiro Iwamatsu
2012-10-30 10:41 ` [PATCH 2/3] ARM: mvebu: Add support I2C for OpenBlockS AX3 Nobuhiro Iwamatsu
2012-10-30 10:41 ` Nobuhiro Iwamatsu [this message]
2012-10-30 10:48 ` [PATCH 1/3] ARM: mvebu: Add support I2C controller Thomas Petazzoni

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=1351593685-19663-3-git-send-email-iwamatsu@nigauri.org \
    --to=iwamatsu@nigauri.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox