From patchwork Tue Aug 28 23:22:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1383281 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 63BAADF283 for ; Tue, 28 Aug 2012 23:29:29 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T6V7k-0000jZ-Ue; Tue, 28 Aug 2012 23:23:09 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T6V7a-0000eO-GT for linux-arm-kernel@lists.infradead.org; Tue, 28 Aug 2012 23:23:00 +0000 Received: by yenq9 with SMTP id q9so1215280yen.36 for ; Tue, 28 Aug 2012 16:22:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=9tTTDEjj/qIpaQNa9CSxuwKdjjUwdlZOkn6uprRwzxY=; b=Z2+HI6ZLIfC8lZ/GM0kfNi/x/3aOd0JeCCbNIIXbd/VD28bJcmasIP8enTbgmq7XyW nydQX1CiDYMM8ABwrTLytvZqtwGzJUWamBpgUhfcC7BMiN2AqiCwWRF7KReQAnCgGZOg SBrwXl5cAOlwVw44OUEzep5N/ndbwag7WxQHK5gmg1RyWPaKhcuXf+GiyQQ/ewYYMQeD UykA6Tf/na/SJ/0Aj28xa5cNhwFpKzCyybhB0h2sruB50eraGh2sYONyPucObu4w5pXi sz7UOhkNLHFZfHBZMpEWAhaIcQZwEpQI6Rt0eIk3azb4sflgNeuCLg9eORnf3SOY0vCM t6aQ== Received: by 10.101.152.23 with SMTP id e23mr4791899ano.53.1346196175984; Tue, 28 Aug 2012 16:22:55 -0700 (PDT) Received: from fabio-Latitude-E6410.cps.virtua.com.br ([201.82.136.222]) by mx.google.com with ESMTPS id x4sm42269704yhh.2.2012.08.28.16.22.54 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Aug 2012 16:22:55 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH] ARM: imx27-phytec-phycore: Fix I2C EEPROM address Date: Tue, 28 Aug 2012 20:22:45 -0300 Message-Id: <1346196165-5024-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.177 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Fabio Estevam , s.hauer@pengutronix.de, 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 From: Fabio Estevam Fix I2C EEPROM address as per 24c32 datasheet. Signed-off-by: Fabio Estevam --- arch/arm/boot/dts/imx27-phytec-phycore.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dts b/arch/arm/boot/dts/imx27-phytec-phycore.dts index 2b0ff60..2acc86c 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore.dts @@ -49,7 +49,7 @@ i2c@1001d000 { clock-frequency = <400000>; status = "okay"; - at24@4c { + at24@52 { compatible = "at,24c32"; pagesize = <32>; reg = <0x52>;