From patchwork Wed Jan 15 10:24:46 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: 3491211 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 68ADC9F169 for ; Wed, 15 Jan 2014 10:29:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A02AF2017E for ; Wed, 15 Jan 2014 10:29:32 +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 88DB7200E1 for ; Wed, 15 Jan 2014 10:29:31 +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 1W3Nhz-0006UZ-Fq; Wed, 15 Jan 2014 10:28:28 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1W3Nhh-0002Ad-Ou; Wed, 15 Jan 2014 10:28:09 +0000 Received: from mail-wg0-f47.google.com ([74.125.82.47]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1W3Nhf-00028Q-Fl for linux-arm-kernel@lists.infradead.org; Wed, 15 Jan 2014 10:28:07 +0000 Received: by mail-wg0-f47.google.com with SMTP id m15so1531300wgh.2 for ; Wed, 15 Jan 2014 02:27:44 -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=AXzZh1LeV+NL7NXPUAiKQe2rBUTbYTAdTcwlsrDQd+A=; b=hx/6z6FrI4szDR622v7Cgdf61ACXlF9weHLvZHxZSZQrmSC9xdewkoj1yFiKtZd43l a0GOlRgJCBzUBCkZFcXA5w1arz+6XnYU+gq/1OJDschkwpsWrNKA/JzMjbORjWcKEMYJ iVlFBtLuMF9oe+ugDTROZHJ89WaKsiBjE1kX6b2HHjbQr3loLKDVo249e9Gxm+MGc3I9 anVuX5ub3I1ybQgMQ3816+YYsS4+ux1N5rl2C6pHzYFzdEjCy8jjL4AciI4EWDOlc+L3 JU38sT3m7tJXWylTu6sVYdx4iPLHN9vQzmU4D2r51croVuh8w0CWwRRLTN8HtWcn2qDU ewBw== X-Received: by 10.194.87.5 with SMTP id t5mr1432827wjz.68.1389781664922; Wed, 15 Jan 2014 02:27:44 -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 cx3sm28439024wib.0.2014.01.15.02.27.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 15 Jan 2014 02:27:44 -0800 (PST) From: Jean-Jacques Hiblot To: nicolas.ferre@atmel.com, b.brezillon@overkiz.com Subject: [PATCH] at91: dt: sam9263: fixed compatibility string for the I2C Date: Wed, 15 Jan 2014 11:24:46 +0100 Message-Id: <1389781486-29670-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_052807_637971_9D49F258 X-CRM114-Status: UNSURE ( 9.18 ) 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 --- arch/arm/boot/dts/at91sam9263.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi index c8fa9b9..7d6dd09 100644 --- a/arch/arm/boot/dts/at91sam9263.dtsi +++ b/arch/arm/boot/dts/at91sam9263.dtsi @@ -523,7 +523,7 @@ }; i2c0: i2c@fff88000 { - compatible = "atmel,at91sam9263-i2c"; + compatible = "atmel,at91sam9260-i2c"; reg = <0xfff88000 0x100>; interrupts = <13 IRQ_TYPE_LEVEL_HIGH 6>; #address-cells = <1>;