From patchwork Tue Oct 30 10:41:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 1669761 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 304C53FDDA for ; Tue, 30 Oct 2012 10:35:53 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TT97y-0006RE-Po; Tue, 30 Oct 2012 10:32:59 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TT97I-00063z-Cq for linux-arm-kernel@lists.infradead.org; Tue, 30 Oct 2012 10:32:16 +0000 Received: by mail-pa0-f49.google.com with SMTP id bi5so68903pad.36 for ; Tue, 30 Oct 2012 03:32:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=E8B6ceARwBwGJVcf3HhxLvo7c2vf2aNnRECYoz/cbaA=; b=YZdcCYpS9TFPyel3OOvRFzYuOsm2Sps4dn0l94LNRpY6a/wyx3gwerd12zEhznF//X KvWyr7es/dzYUOCtCBhLDEi7xehYbHVVsnES6JW2hMe147pipEilegenGVtMo/PkWcH3 T7ihe3VYVkSn2dCnq1Dpvx4hpFf33f7FrCAEnLrjvB3dlXNuPtIABC4jilL8+VjCwia3 7Y4ANFVODIWpV9V4Vz7UBSKuq80cMezJ6Jtp5Af0mkPiJoxWijfr3f7rUjrb10mQraJs 5G+7uBgXb73NRbUCzmw/kW2MfCI3xAD3CXNb1fbuASLK/Hw6ijHup7gKpYh0I/zKgWgN Bxqw== Received: by 10.68.192.97 with SMTP id hf1mr100609434pbc.106.1351593135605; Tue, 30 Oct 2012 03:32:15 -0700 (PDT) Received: from chimagu (y104036.dynamic.ppp.asahi-net.or.jp. [118.243.104.36]) by mx.google.com with ESMTPS id ko10sm359719pbc.1.2012.10.30.03.32.13 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 30 Oct 2012 03:32:14 -0700 (PDT) Received: from iwamatsu by chimagu with local (Exim 4.80) (envelope-from ) id 1TT9GD-00057z-Uk; Tue, 30 Oct 2012 19:41:29 +0900 From: 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 Message-Id: <1351593685-19663-3-git-send-email-iwamatsu@nigauri.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1351593685-19663-1-git-send-email-iwamatsu@nigauri.org> References: <1351593685-19663-1-git-send-email-iwamatsu@nigauri.org> X-Gm-Message-State: ALoCoQnD+aAfj5io4+P9qaY8a0ON35KlbX3rssKs2gL8jpDiLl6MH0DZKeQpsAoIDCWMtgYR8AAK X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: thomas.petazzoni@free-electrons.com, gregory.clement@free-electrons.com, Nobuhiro Iwamatsu X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Nobuhiro Iwamatsu OpenBlockS AX3 has Seiko Instruments S-35390A as RTC controller. This validates RTC controller. Signed-off-by: Nobuhiro Iwamatsu --- 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@d0011100 { status = "okay"; clock-frequency = <400000>; + + s35390a: s35390a@30 { + compatible = "s35390a"; + reg = <0x30>; + }; }; }; };