From patchwork Thu Feb 2 02:12:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Zhao X-Patchwork-Id: 6563 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id D1D9523E16 for ; Thu, 2 Feb 2012 02:13:12 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 8D720A18142 for ; Thu, 2 Feb 2012 02:13:12 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id z7so3346576iab.11 for ; Wed, 01 Feb 2012 18:13:12 -0800 (PST) Received: by 10.50.10.225 with SMTP id l1mr1206974igb.9.1328148792353; Wed, 01 Feb 2012 18:13:12 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.169.210 with SMTP id a18cs34155ibz; Wed, 1 Feb 2012 18:13:11 -0800 (PST) Received: by 10.180.78.98 with SMTP id a2mr1463785wix.17.1328148790315; Wed, 01 Feb 2012 18:13:10 -0800 (PST) Received: from AM1EHSOBE003.bigfish.com (am1ehsobe003.messaging.microsoft.com. [213.199.154.206]) by mx.google.com with ESMTPS id v65si620255weq.20.2012.02.01.18.13.09 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Feb 2012 18:13:10 -0800 (PST) Received-SPF: neutral (google.com: 213.199.154.206 is neither permitted nor denied by best guess record for domain of richard.zhao@linaro.org) client-ip=213.199.154.206; Authentication-Results: mx.google.com; spf=neutral (google.com: 213.199.154.206 is neither permitted nor denied by best guess record for domain of richard.zhao@linaro.org) smtp.mail=richard.zhao@linaro.org Received: from mail121-am1-R.bigfish.com (10.3.201.225) by AM1EHSOBE003.bigfish.com (10.3.204.23) with Microsoft SMTP Server id 14.1.225.23; Thu, 2 Feb 2012 02:13:09 +0000 Received: from mail121-am1 (localhost [127.0.0.1]) by mail121-am1-R.bigfish.com (Postfix) with ESMTP id 99AB93E057D; Thu, 2 Feb 2012 02:13:09 +0000 (UTC) X-SpamScore: 3 X-BigFish: VS3(zcb8kzzz1202hzz8275dhz2dh87h2a8h668h839h) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-FB-DOMAIN-IP-MATCH: fail Received: from mail121-am1 (localhost.localdomain [127.0.0.1]) by mail121-am1 (MessageSwitch) id 1328148771171248_4464; Thu, 2 Feb 2012 02:12:51 +0000 (UTC) Received: from AM1EHSMHS018.bigfish.com (unknown [10.3.201.250]) by mail121-am1.bigfish.com (Postfix) with ESMTP id C66EF8005A; Thu, 2 Feb 2012 02:12:50 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by AM1EHSMHS018.bigfish.com (10.3.206.21) with Microsoft SMTP Server (TLS) id 14.1.225.23; Thu, 2 Feb 2012 02:12:49 +0000 Received: from az33smr01.freescale.net (10.64.34.199) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server id 14.1.355.3; Wed, 1 Feb 2012 20:12:46 -0600 Received: from b20223-02.ap.freescale.net (b20223-02.ap.freescale.net [10.192.242.124]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id q122CTOe028023; Wed, 1 Feb 2012 20:12:43 -0600 (CST) From: Richard Zhao To: CC: , , , , , , , , Richard Zhao Subject: [PATCH v2 4/9] ARM: dts: imx6q-sabrelite: add sgtl5000 audio codec Date: Thu, 2 Feb 2012 10:12:03 +0800 Message-ID: <1328148728-32258-5-git-send-email-richard.zhao@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1328148728-32258-1-git-send-email-richard.zhao@linaro.org> References: <1328148728-32258-1-git-send-email-richard.zhao@linaro.org> MIME-Version: 1.0 X-OriginatorOrg: sigmatel.com Signed-off-by: Richard Zhao --- arch/arm/boot/dts/imx6q-sabrelite.dts | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts index cdc2ad6..3a9d32c 100644 --- a/arch/arm/boot/dts/imx6q-sabrelite.dts +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts @@ -44,6 +44,18 @@ uart2: uart@021e8000 { status = "okay"; }; + + i2c@021a0000 { /* I2C1 */ + status = "okay"; + clock-frequency = <100000>; + + codec: sgtl5000@0a { + compatible = "fsl,sgtl5000"; + reg = <0x0a>; + VDDA-supply = <®_2p5v>; + VDDIO-supply = <®_3p3v>; + }; + }; }; };