From patchwork Thu Nov 22 21:29:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 1789371 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 3D2BCDF24C for ; Thu, 22 Nov 2012 21:21:02 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TbeA8-0000Zu-KK; Thu, 22 Nov 2012 21:18:20 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TbeA5-0000Yr-3e for linux-arm-kernel@lists.infradead.org; Thu, 22 Nov 2012 21:18:17 +0000 Received: by mail-pb0-f49.google.com with SMTP id un15so5598905pbc.36 for ; Thu, 22 Nov 2012 13:18:15 -0800 (PST) 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:x-gm-message-state; bh=atLQfka7hTrL/tl8PKcwUNQ6HylehOaQYEM1Ql/vc0I=; b=fuUh7oLonkwDGVhZnzme9a/ODkrRP70+Cjts6VbN5i3qeaaDlCOVT3/k6mDVuQoJmL Q3l4XyaIDRObGZv7JzeN8wdl8rsxg2AEVs2yHPTr/CNIOFoq5sHWKb39ztgv74i0zTsh ZniXqhFBHVYYMrawhe8+vSUDLObHrZY1c2EIjY8lCf17oNtw+4C+33A0UkGiR+qhGUKz 086pXOOjXt/uEH5jVOIUMLn48dnlUYezD4LzYfvmyMxVTP02MZspaaxcQqAx7bGje+cX Zp1kH8erRSXRV/ue36xaLIC6kNw/9th/E7f1jz59ccvQ8Fj00qFIzfY1r+CuZ0ptWons IKLQ== Received: by 10.68.202.72 with SMTP id kg8mr8083785pbc.134.1353619095850; Thu, 22 Nov 2012 13:18:15 -0800 (PST) Received: from chimagu (y104036.dynamic.ppp.asahi-net.or.jp. [118.243.104.36]) by mx.google.com with ESMTPS id az8sm2454925pab.24.2012.11.22.13.18.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Nov 2012 13:18:14 -0800 (PST) Received: from iwamatsu by chimagu with local (Exim 4.80) (envelope-from ) id 1TbeKs-0000Xe-9O; Fri, 23 Nov 2012 06:29:26 +0900 From: Nobuhiro Iwamatsu To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/3] ARM: kirkwood: Add support second I2C bus and RTC on OpenBlocks A6 Date: Fri, 23 Nov 2012 06:29:20 +0900 Message-Id: <1353619762-2045-1-git-send-email-iwamatsu@nigauri.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQn5kfzTJoAocceGRC1UuXDMlkHmm/QEt1x6R2p9eKqUre2V5Uq1vCBuqKFJubxPgSrNAwb1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121122_161817_413103_B14941D4 X-CRM114-Status: UNSURE ( 9.43 ) X-CRM114-Notice: Please train this message. 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.160.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Andrew Lunn , 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 OpenBlocks A6 uses second I2C with RTC of s35390a. This supports them. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/boot/dts/kirkwood-openblocks_a6.dts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/kirkwood-openblocks_a6.dts b/arch/arm/boot/dts/kirkwood-openblocks_a6.dts index 9a2606c..3f055ad 100644 --- a/arch/arm/boot/dts/kirkwood-openblocks_a6.dts +++ b/arch/arm/boot/dts/kirkwood-openblocks_a6.dts @@ -35,5 +35,14 @@ nr-ports = <1>; status = "okay"; }; + + i2c@11100 { + status = "okay"; + + s35390a: s35390a@30 { + compatible = "s35390a"; + reg = <0x30>; + }; + }; }; };