From patchwork Fri Jul 27 12:45:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1249701 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 836C73FDCA for ; Fri, 27 Jul 2012 13:32:56 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SukZ9-0002qH-7E; Fri, 27 Jul 2012 13:26:51 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SujwR-00021v-M3 for linux-arm-kernel@lists.infradead.org; Fri, 27 Jul 2012 12:46:56 +0000 Received: by wgbez12 with SMTP id ez12so2028064wgb.18 for ; Fri, 27 Jul 2012 05:46:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=fyiM9v4vqUX6Gc87FnhjHlBAYJczwhdxvZ0VvGBs13I=; b=i0QTOiJ9Yz4HVqTSMT1rEh6Jbq96ytBNP2GNKlVTt9mprkYjEUSGMtIsz3LDSZYkYB GhqzKzkNWM+ZQRCvytZovVl3xLqBj66r4c83oM2VvIFzHlgHVh4yJG46uwJcf+XLVQOv j/uKLm0HlkCel1+jXZf149OuNiMA+GtOKF8xV3yFNW7wnzdsUnp/aAivLU0FLD7tjYDv DUTNRcJss1NB1FbQXEWOMcRX3eOpjlF07B/3bnyyi1GHA7BDUUqRtdyhgz349fIYaHEi 333VKFUzpWAbfFAQlvSSsvuxI4E3G+EDoaE+MNj4zP2W9i/14R68xY/kKlMpWo2QrR5X w0nA== Received: by 10.216.116.70 with SMTP id f48mr1196118weh.162.1343393188671; Fri, 27 Jul 2012 05:46:28 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id dc3sm12342025wib.7.2012.07.27.05.46.27 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Jul 2012 05:46:28 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 13/18] ARM: ux500: Add ux500 PCM to DB8500 Device Tree Date: Fri, 27 Jul 2012 13:45:57 +0100 Message-Id: <1343393162-11938-14-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343393162-11938-1-git-send-email-lee.jones@linaro.org> References: <1343393162-11938-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkMrj1muYeWGyIPzQUKEp4gATELCnlMFQVT0nywtzB9BInPxcQOgTKm1fruWUuMtHNGoG0J X-Spam-Note: CRM114 invocation failed X-Spam-Note: SpamAssassin invocation failed Cc: ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, linus.walleij@stericsson.com, arnd@arndb.de, broonie@opensource.wolfsonmicro.com, olalilja@yahoo.se, STEricsson_nomadik_linux@list.st.com, Lee Jones , lrg@ti.com 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 Nothing special here. We're only providing a compatible string to ensure the driver is probed using a Device Tree boot. Signed-off-by: Lee Jones --- arch/arm/boot/dts/db8500.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi index a3bee0a..a3fb05f 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi @@ -591,6 +591,10 @@ status = "disabled"; }; + pcm: ux500-pcm { + compatible = "stericsson,ux500-pcm"; + }; + external-bus@50000000 { compatible = "simple-bus"; reg = <0x50000000 0x4000000>;