Message ID | 20170227202803.12855-3-eric@anholt.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> 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 A9E6960453 for <patchwork-linux-arm@patchwork.kernel.org>; Mon, 27 Feb 2017 20:29:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9C32B200F5 for <patchwork-linux-arm@patchwork.kernel.org>; Mon, 27 Feb 2017 20:29:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 90DF528498; Mon, 27 Feb 2017 20:29:42 +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,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 39943200F5 for <patchwork-linux-arm@patchwork.kernel.org>; Mon, 27 Feb 2017 20:29:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=0cqtwMmVBIDbOoc+U5Nxs1iBRuKD7kTwoHbPQjP/EuA=; b=qQRUOzEqMcM40oLmNbG7nhfm8D Wzouilsa0l2JSitPbuoPWNAXhnmY/8fwJfJAolpiF7wM5E8f+54z7jlVJGx3q2ZkjIwy7ElgL9Tpf 7dz9t/R8EeQPjf2xHmh7Dn9/4A1saJ0nxubyB3JpC7W1CliyATk8Jmue07R+/xrhdiHQHUhOR2+ot 2t+LI9soqCgyt7wfCW20oQ4JvwzT+id6YiWmGbfmn4M/MP7yBRPz4x+U4oAp/y3zk8r9ipJROtKIq wQXNNiJdVQLa2pRsniFHri5SVvlO9fmATEsMy+/GqXm+0xJLgs72F+5pCLQHmeLMubPxVUjzsMoYo 8jRUTFuw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1ciRvJ-0004NV-Nl; Mon, 27 Feb 2017 20:29:33 +0000 Received: from anholt.net ([50.246.234.109]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1ciRuK-0003sw-Oa; Mon, 27 Feb 2017 20:28:35 +0000 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 <eric@anholt.net> To: Lee Jones <lee@kernel.org>, Florian Fainelli <f.fainelli@gmail.com>, dri-devel@lists.freedesktop.org, Mark Brown <broonie@kernel.org>, Liam Girdwood <lgirdwood@gmail.com>, Lars-Peter Clausen <lars@metafoo.de>, alsa-devel@alsa-project.org Subject: [PATCH v2 3/3] ARM: dts: bcm283x: Add HDMI audio related properties 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170227_122832_834706_42768843 X-CRM114-Status: UNSURE ( 8.67 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Stefan Wahren <stefan.wahren@i2se.com>, Boris Brezillon <boris.brezillon@free-electrons.com>, Stephen Warren <swarren@wwwdotorg.org>, linux-kernel@vger.kernel.org, Eric Anholt <eric@anholt.net>, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
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"; };