From patchwork Thu May 22 23:06:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Fritz X-Patchwork-Id: 4227171 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BCC04BF90B for ; Thu, 22 May 2014 23:10:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 079D12037A for ; Thu, 22 May 2014 23:10:43 +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 4C57920295 for ; Thu, 22 May 2014 23:10:42 +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 1Wnc5E-0002MT-8W; Thu, 22 May 2014 23:07:32 +0000 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wnc50-0002IV-30 for linux-arm-kernel@lists.infradead.org; Thu, 22 May 2014 23:07:18 +0000 Received: by mail-la0-f52.google.com with SMTP id gl10so3219408lab.25 for ; Thu, 22 May 2014 16:06:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=u0zmsY8lvmhpM69kstM2//vahRZu89LuYBs4GSuaTXo=; b=ZjbMr0WFlQjOBYsgH/L3L2ZZA/erRL/UKidQYrfjPz/47ZwPtHkBQDMMCTB74f4Cu0 kat5GMEsLRqJaQC7DYRMeKxnuI2KWOE9U82Jg6ebuCWcgzJ/hhKN7KqFqOkXtaEv07Ux JFCQ1/f+BXMTl5qP/jGK+upQvGZ/eSZmCuivdCfhEtdBWLa7eTnRNve/gWyGtUUuJsay WDkwK99/DFvunyA62Nzu1KqfYU2h1VT5ZTKf9sH6BeiGv00U24O8DUByYOZXzzON8FA3 lSwtmeuTi9iQZSRhoTxV3P/aJ5yzH3x2/pJ6JCRKYepAu2kGhf3z72eaXk1NiKrHLFzY U7eg== X-Received: by 10.112.85.167 with SMTP id i7mr452059lbz.32.1400800017877; Thu, 22 May 2014 16:06:57 -0700 (PDT) Received: from mars.ipredator.se (anon-40-223.vpn.ipredator.se. [46.246.40.223]) by mx.google.com with ESMTPSA id z1sm934544lal.6.2014.05.22.16.06.55 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 22 May 2014 16:06:57 -0700 (PDT) From: Christoph Fritz To: Tony Lindgren , Grygorii Strashko , Pekon Gupta , =?UTF-8?q?Beno=C3=AEt=20Cousson?= Subject: [PATCH 3/5] ARM: dts: omap3: set mcbsp2 status Date: Fri, 23 May 2014 01:06:24 +0200 Message-Id: <1400799986-20043-4-git-send-email-chf.fritz@googlemail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1400799986-20043-1-git-send-email-chf.fritz@googlemail.com> References: <1400799986-20043-1-git-send-email-chf.fritz@googlemail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140522_160718_366234_B92DBFD8 X-CRM114-Status: GOOD ( 10.23 ) X-Spam-Score: -0.1 (/) Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Daniel Mack 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.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, 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 fixes audio support for omap3-lilly-a83x. Signed-off-by: Christoph Fritz --- arch/arm/boot/dts/omap3-lilly-a83x.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/omap3-lilly-a83x.dtsi b/arch/arm/boot/dts/omap3-lilly-a83x.dtsi index cc1dce6..2b3af90 100644 --- a/arch/arm/boot/dts/omap3-lilly-a83x.dtsi +++ b/arch/arm/boot/dts/omap3-lilly-a83x.dtsi @@ -357,6 +357,10 @@ power = <50>; }; +&mcbsp2 { + status = "okay"; +}; + &gpmc { ranges = <0 0 0x30000000 0x1000000>, <7 0 0x15000000 0x01000000>;