From patchwork Wed Jan 15 10:24:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean-Jacques Hiblot X-Patchwork-Id: 3491201 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7B0EB9F169 for ; Wed, 15 Jan 2014 10:28:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BD3F42017E for ; Wed, 15 Jan 2014 10:28:34 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 94B06200E1 for ; Wed, 15 Jan 2014 10:28:33 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1W3NhY-0006Fr-Q0; Wed, 15 Jan 2014 10:28:00 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1W3NhQ-00028p-9d; Wed, 15 Jan 2014 10:27:52 +0000 Received: from mail-wi0-f175.google.com ([209.85.212.175]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1W3NhN-000272-Ei for linux-arm-kernel@lists.infradead.org; Wed, 15 Jan 2014 10:27:50 +0000 Received: by mail-wi0-f175.google.com with SMTP id hr1so1956154wib.2 for ; Wed, 15 Jan 2014 02:27:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id; bh=dHFpRiSwjIS+T+LrsIsq/oIrUcUMfZC2k53CQwBkrEo=; b=axEx889PAT67zTDjgvRPYBOT2w0aJ6QIBZzK0Qn9Bgw2BtL+4fJ4x6xZ5TxPE3mhjH UFJAdmrOrsEqplPmT7t7k206k7e3PAMdCk5YUR+d84YMPvfpmPb4MXad8NVqnU/WUtMz 60gvJDSimMSxiei9Tb0g1CflwMCNnaDcOvO7UYn/vO66fHv+5DS1ylu1uBq/yKa2Iqza BcVNW1WQh+YMeboPqEIPpuimI5z+sVyQ9H5BjYrRCMIGqKWR3RWYExkRZPVtuHLVwuNL X5rdUpyddCZlv5P9K+pc3UxtImJkwYJBe6G9OoS4/IPrJGoFUdLAfgbqLr8dJM9mM59y E+Sg== X-Received: by 10.180.207.239 with SMTP id lz15mr1450760wic.28.1389781647160; Wed, 15 Jan 2014 02:27:27 -0800 (PST) Received: from stedf17-labo202.ds.jdsu.net. (4-161.80-90.static-ip.oleane.fr. [90.80.161.4]) by mx.google.com with ESMTPSA id j1sm14175492wic.9.2014.01.15.02.27.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 15 Jan 2014 02:27:26 -0800 (PST) From: Jean-Jacques Hiblot To: nicolas.ferre@atmel.com, b.brezillon@overkiz.com Subject: [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261 Date: Wed, 15 Jan 2014 11:24:27 +0100 Message-Id: <1389781467-29626-1-git-send-email-jjhiblot@traphandler.com> X-Mailer: git-send-email 1.8.5.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140115_052749_587700_2BEE529D X-CRM114-Status: UNSURE ( 8.52 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: Jean-Jacques Hiblot , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Jean-Jacques Hiblot Acked-by: Nicolas Ferre Acked-by: Ludovic Desroches --- drivers/i2c/busses/i2c-at91.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c index 8edba9d..843d012 100644 --- a/drivers/i2c/busses/i2c-at91.c +++ b/drivers/i2c/busses/i2c-at91.c @@ -589,6 +589,9 @@ static const struct of_device_id atmel_twi_dt_ids[] = { .compatible = "atmel,at91sam9260-i2c", .data = &at91sam9260_config, } , { + .compatible = "atmel,at91sam9261-i2c", + .data = &at91sam9261_config, + } , { .compatible = "atmel,at91sam9g20-i2c", .data = &at91sam9g20_config, } , {