From patchwork Fri Jul 27 12:45:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 10328 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 A8F5523E23 for ; Fri, 27 Jul 2012 12:46:34 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 7818EA19130 for ; Fri, 27 Jul 2012 12:46:34 +0000 (UTC) Received: by mail-yx0-f180.google.com with SMTP id q6so3100971yen.11 for ; Fri, 27 Jul 2012 05:46:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=zssKmC2Jscim7MO2IHIUdR1kCVnefe0L51AANGC2DCo=; b=ZvUWYPkGseiQmc+Llwb2SjTj6Gqr1h/hLBO+qkJLtQ+CKbUqpE3pmauffLN/Vegrxv Fn/kK+moxAn06MDJktYFUXTH5Q4+dz40d8LgtqgxhjCOsr5+AMo65dk9h8YTyvY2sn3s NWOmiRNbkGrvX86LskQLlNt8buBS1KsyxhJt01nq79/Ssxz2uNQmedH386jJh3Z8GnuI Gawy6TBLUYVg7c69J2xpQqe7LU+y7CInocY1DhYYlkU6s26KhWs2nWHMRZaX3OGmzJMQ +qLmP33GCqSQ6/0U4VT2OgGg+LMuNBg8z5L6/1DGcWnbtdpdnmBrD8KfzyhVCYciru7b KQ/g== Received: by 10.50.220.136 with SMTP id pw8mr1857310igc.1.1343393194077; Fri, 27 Jul 2012 05:46:34 -0700 (PDT) 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.43.93.3 with SMTP id bs3csp29873icc; Fri, 27 Jul 2012 05:46:32 -0700 (PDT) Received: by 10.216.136.95 with SMTP id v73mr1214650wei.2.1343393192251; Fri, 27 Jul 2012 05:46:32 -0700 (PDT) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id v55si2617189wee.145.2012.07.27.05.46.31 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Jul 2012 05:46:32 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wg0-f50.google.com with SMTP id ds11so2665012wgb.31 for ; Fri, 27 Jul 2012 05:46:31 -0700 (PDT) Received: by 10.180.106.137 with SMTP id gu9mr5892095wib.20.1343393191700; Fri, 27 Jul 2012 05:46:31 -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.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Jul 2012 05:46:31 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: STEricsson_nomadik_linux@list.st.com, linus.walleij@stericsson.com, arnd@arndb.de, olalilja@yahoo.se, ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, lrg@ti.com, broonie@opensource.wolfsonmicro.com, Lee Jones Subject: [PATCH 15/18] ARM: ux500: Add MSP devices to DB8500 Device Tree Date: Fri, 27 Jul 2012 13:45:59 +0100 Message-Id: <1343393162-11938-16-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: ALoCoQkn0R8IkPXSVlb/3EsIMaMW47XqSBBeV/VzKkj44nxLplPSl5qF2bzp/mDCUCu9KCUKDPuY List all four MSP devices which exist on all DB8500 based platforms, to ensure correct device probing and configuration passing when booting with DT. Signed-off-by: Lee Jones --- arch/arm/boot/dts/db8500.dtsi | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi index a3fb05f..b9d4405 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi @@ -595,6 +595,36 @@ compatible = "stericsson,ux500-pcm"; }; + msp0: msp@80123000 { + compatible = "stericsson,ux500-msp-i2s"; + reg = <0x80123000 0x1000>; + interrupts = <0 31 0x4>; + v-ape-supply = <&db8500_vape_reg>; + }; + + msp1: msp@80124000 { + compatible = "stericsson,ux500-msp-i2s"; + reg = <0x80124000 0x1000>; + interrupts = <0 62 0x4>; + v-ape-supply = <&db8500_vape_reg>; + stericcson,use-pinctrl; + }; + + // HDMI sound + msp2: msp@80117000 { + compatible = "stericsson,ux500-msp-i2s"; + reg = <0x80117000 0x1000>; + interrupts = <0 98 0x4>; + v-ape-supply = <&db8500_vape_reg>; + }; + + msp3: msp@80125000 { + compatible = "stericsson,ux500-msp-i2s"; + reg = <0x80125000 0x1000>; + interrupts = <0 62 0x4>; + v-ape-supply = <&db8500_vape_reg>; + }; + external-bus@50000000 { compatible = "simple-bus"; reg = <0x50000000 0x4000000>;