From patchwork Thu Jul 26 10:28:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 10256 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 2C47423E56 for ; Thu, 26 Jul 2012 10:29:29 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id D0CECA18866 for ; Thu, 26 Jul 2012 10:29:28 +0000 (UTC) Received: by mail-gg0-f180.google.com with SMTP id f1so1772698ggn.11 for ; Thu, 26 Jul 2012 03:29:28 -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=sGT3VXVuCc9uugd4oUx0lE2zCWMR+ErJPx6429nHCm8=; b=Gvpi9xzYv+aH/AyEnTX8zAGTHdvUBJsGGZbrD9BV1rwvwOxFLuRHX2tCJN1PbHF9b6 il2/3j9Chte0fbd77o+51c0VXujQdRnUm8YhylQINdtMc5KYof90Z3CNsDpTnUqoUR82 ZpQSltUTqDDCihLsMC+m/XIxP6pIXBmxgv1r/xszylwgjXLojgRo88AEN5+Zn7+o7zIk /v5/hBOrmkLy2oKjs4QOfKq1yuzRrJARqsHE5e0jgU0qVzQWc3g6LOTj246i9/u5fAAW nzri96k4z37Wc6hgSzxm4w7v3YSmgq7F2DgOkMIXorDnUFmyw4grefe/PvtQdT0eyx5t oUSQ== Received: by 10.42.189.73 with SMTP id dd9mr28136429icb.49.1343298568417; Thu, 26 Jul 2012 03:29:28 -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 bs3csp133371icc; Thu, 26 Jul 2012 03:29:27 -0700 (PDT) Received: by 10.180.82.164 with SMTP id j4mr12246934wiy.18.1343298566978; Thu, 26 Jul 2012 03:29:26 -0700 (PDT) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx.google.com with ESMTPS id b4si9830060wiz.1.2012.07.26.03.29.26 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jul 2012 03:29:26 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.178 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-wi0-f178.google.com with SMTP id hr14so1342799wib.13 for ; Thu, 26 Jul 2012 03:29:26 -0700 (PDT) Received: by 10.180.79.229 with SMTP id m5mr12273024wix.13.1343298566519; Thu, 26 Jul 2012 03:29:26 -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 fb20sm11559455wid.1.2012.07.26.03.29.25 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jul 2012 03:29:25 -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, broonie@opensource.wolfsonmicro.com, sameo@linux.intel.com, olalilja@yahoo.se, ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, lrg@ti.com, Lee Jones Subject: [PATCH 09/21] ARM: ux500: Add MSP devices to DB8500 Device Tree Date: Thu, 26 Jul 2012 11:28:42 +0100 Message-Id: <1343298534-13611-10-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343298534-13611-1-git-send-email-lee.jones@linaro.org> References: <1343298534-13611-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQl+qdOWncGeX42hO8v4GvBaVcGe+XovsIjBd/8q0NfuJF3VrT62znTvc4w+BLrxnx1FH9bK 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 a3bee0a..5a72be6 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi @@ -591,6 +591,36 @@ status = "disabled"; }; + 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>;