From patchwork Mon Feb 27 20:28:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Anholt X-Patchwork-Id: 9594091 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 15E0460574 for ; Mon, 27 Feb 2017 20:28:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 08BAB200F5 for ; Mon, 27 Feb 2017 20:28:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F149328498; Mon, 27 Feb 2017 20:28:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6BC4B2832D for ; Mon, 27 Feb 2017 20:28:39 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 836ED266EC5; Mon, 27 Feb 2017 21:28:18 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 101DD266E53; Mon, 27 Feb 2017 21:28:14 +0100 (CET) Received: from anholt.net (anholt.net [50.246.234.109]) by alsa0.perex.cz (Postfix) with ESMTP id A826E266CCC for ; Mon, 27 Feb 2017 21:28:08 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by anholt.net (Postfix) with ESMTP id 79F4610A2295; Mon, 27 Feb 2017 12:28:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at anholt.net Received: from anholt.net ([127.0.0.1]) by localhost (kingsolver.anholt.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5ayZRJU__p_E; Mon, 27 Feb 2017 12:28:04 -0800 (PST) Received: from eliezer.anholt.net (localhost [127.0.0.1]) by anholt.net (Postfix) with ESMTP id 1E38110A2290; Mon, 27 Feb 2017 12:28:04 -0800 (PST) Received: by eliezer.anholt.net (Postfix, from userid 1000) id 223702EF530; Mon, 27 Feb 2017 12:28:03 -0800 (PST) From: Eric Anholt To: Lee Jones , Florian Fainelli , dri-devel@lists.freedesktop.org, Mark Brown , Liam Girdwood , Lars-Peter Clausen , alsa-devel@alsa-project.org Date: Mon, 27 Feb 2017 12:28:03 -0800 Message-Id: <20170227202803.12855-3-eric@anholt.net> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170227202803.12855-1-eric@anholt.net> References: <20170227202803.12855-1-eric@anholt.net> Cc: Stefan Wahren , Boris Brezillon , Stephen Warren , linux-kernel@vger.kernel.org, Eric Anholt , bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: [alsa-devel] [PATCH v2 3/3] ARM: dts: bcm283x: Add HDMI audio related properties X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP From: Boris Brezillon Add the dmas and dma-names properties to support HDMI audio. Signed-off-by: Boris Brezillon Signed-off-by: Eric Anholt --- v2: no changes arch/arm/boot/dts/bcm283x.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 9a44da190897..48a055d3f25e 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -491,6 +491,8 @@ clocks = <&clocks BCM2835_PLLH_PIX>, <&clocks BCM2835_CLOCK_HSM>; clock-names = "pixel", "hdmi"; + dmas = <&dma 17>; + dma-names = "audio-rx"; status = "disabled"; };