From patchwork Tue Oct 30 10:39:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 1669731 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 5CB46DF264 for ; Tue, 30 Oct 2012 10:34:06 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TT96l-0005nO-61; Tue, 30 Oct 2012 10:31:43 +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 1TT95d-0005U4-23 for linux-arm-kernel@lists.infradead.org; Tue, 30 Oct 2012 10:30:34 +0000 Received: by mail-pb0-f49.google.com with SMTP id xa7so84600pbc.36 for ; Tue, 30 Oct 2012 03:30:29 -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:x-gm-message-state; bh=vGIHtgtVAHZU0/lNt1/0soma+j30MFNwXh7WGzMrmT8=; b=UMPSJsxZQmrMHMwQFaB7/03jgBajcl3HwBdcUiyqRNJq46F3I0QDFrsVTXAtKXVvM8 lSAVfbMqP2Y45C1s6KJFlaWOftfY4XZjG+a03U57x3er5d4VRnJzg4F2TGGJl2Mb9ffy AvVkxzWNAShImMiP1C9rQuiAxLX8LhJB7yp8sIUbygdA/XuhfZWY1wXJkQq0bEwZHE5x 9FgeROfb+xhP8kYA1iLbsg72zCjwY4NAbDOUGvKCK2YCZUvzuUpA31Ih1z5AJUnUm/f9 iPAqxkgz8xOzzHxiJ0fI60mnbI7Xd14/9xXeX2aY76no9BTyhvx7Lc2JGfaEMOC01STH VEjg== Received: by 10.68.230.232 with SMTP id tb8mr101400463pbc.19.1351593029167; Tue, 30 Oct 2012 03:30:29 -0700 (PDT) Received: from chimagu (y104036.dynamic.ppp.asahi-net.or.jp. [118.243.104.36]) by mx.google.com with ESMTPS id j10sm204654pax.8.2012.10.30.03.30.26 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 30 Oct 2012 03:30:28 -0700 (PDT) Received: from iwamatsu by chimagu with local (Exim 4.80) (envelope-from ) id 1TT9EV-00055y-8O; Tue, 30 Oct 2012 19:39:43 +0900 From: Nobuhiro Iwamatsu To: linux-i2c@vger.kernel.org Subject: [PATCH] i2c: mv64xxx: Add support Armada-XP SoC Date: Tue, 30 Oct 2012 19:39:41 +0900 Message-Id: <1351593581-19555-1-git-send-email-iwamatsu@nigauri.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQnRhJSoUi4o0eYPkinT9Xz4v5x3lnnIXBaX+6JNsb0BqFxFv6TdpUHKXaDToXJ5INzpzpsX 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.160.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, Nobuhiro Iwamatsu , linux-arm-kernel@lists.infradead.org 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 The Armada-XP SoC has the same I2C controller as mv64xxxi-i2c. This validates to use mv64xxx in this SoC. Signed-off-by: Nobuhiro Iwamatsu --- drivers/i2c/busses/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 65dd599..ff53cf4 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -474,7 +474,7 @@ config I2C_MPC config I2C_MV64XXX tristate "Marvell mv64xxx I2C Controller" - depends on (MV64X60 || PLAT_ORION) + depends on (MV64X60 || PLAT_ORION || MACH_ARMADA_370_XP) help If you say yes to this option, support will be included for the built-in I2C interface on the Marvell 64xxx line of host bridges.