From patchwork Sun Apr 13 05:19:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 3973471 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 E12899F4DC for ; Sun, 13 Apr 2014 05:22:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1ED4C202D1 for ; Sun, 13 Apr 2014 05:22:40 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (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 2746D202A7 for ; Sun, 13 Apr 2014 05:22:39 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WZCpw-0004xV-OE; Sun, 13 Apr 2014 05:20:12 +0000 Received: from smtp36.i.mail.ru ([94.100.177.96]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WZCpd-0003r3-4e for linux-arm-kernel@lists.infradead.org; Sun, 13 Apr 2014 05:19:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=awUNQzpYm5CRYOJ2V47alXGXe7sdQaqMHnK4YqBNz2c=; b=evcMOw+unI4xwclxz1r+Id8Xr73G+ufYh/O3JOVdywr5P8Td/8T6IK+S1dAMwnlW3/QP9HO1fHJC2lmamO6c2bPv5q1hOijWiKlW/S7MdYdAxQZeNHQC7YOxeBupB6Qc4kSVljMJVeLxIkiDojpEqXPtsc3i5KUAiqgEFA834Zk=; Received: from [5.18.98.0] (port=44635 helo=shc.zet) by smtp36.i.mail.ru with esmtpa (envelope-from ) id 1WZCpK-0002DT-ME; Sun, 13 Apr 2014 09:19:34 +0400 From: Alexander Shiyan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 09/10] ARM: dts: imx51-babbage: Add "clock-frequency" property for I2C2 Date: Sun, 13 Apr 2014 09:19:12 +0400 Message-Id: <1397366353-29395-9-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1397366353-29395-1-git-send-email-shc_work@mail.ru> References: <1397366353-29395-1-git-send-email-shc_work@mail.ru> X-Mras: Ok X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140412_221953_645921_DBF956E3 X-CRM114-Status: GOOD ( 10.13 ) X-Spam-Score: -0.1 (/) Cc: Alexander Shiyan , Sascha Hauer , Shawn Guo 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=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 This patch adds missing "clock-frequency" property for I2C2. Value was be taken from old non-DT board file. Signed-off-by: Alexander Shiyan --- arch/arm/boot/dts/imx51-babbage.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts index ff7d2fa..cdcdd87 100644 --- a/arch/arm/boot/dts/imx51-babbage.dts +++ b/arch/arm/boot/dts/imx51-babbage.dts @@ -340,6 +340,7 @@ &i2c2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_i2c2>; + clock-frequency = <100000>; status = "okay"; sgtl5000: codec@0a {