From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9CDF7C433EF for ; Mon, 25 Oct 2021 04:46:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5E6AE60FBF for ; Mon, 25 Oct 2021 04:46:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5E6AE60FBF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=U70EmSJyIf2JyjSCM+GTw9SAj+8QJ+NRk+IaRfq7Mio=; b=wS6gRxEly+uEyB 4n5Fh2BNDdRL0LFHG2cah/Ob0ETL+r6B9u1FEwt4yhRrTXZRjFqKsy7JdHBjiEDqijZr0HpFMs1e8 vLF24xzJNeiMelWJAfqzVWhKddHjdDY2N4QTulxGdbqOpJ2Ia1U7UkNVPW6HEuXGXkZ1erA8fhGOL 2udcF3M5p7+tpHkowvMspl1+sLZ4V+VqYsHu8y6TKC1NehrYLjgjUN+yEydZPV4qPQ76lHRcbFRex e5bHQHEqEauvCIjbyoDVTVQaf1g+TVQBpzBj8ZxZCg5VP344lrW1HDYQNILlma+rwVnWnXzwLog66 s69CTdKuXD+fFHw3JEEQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1merr4-00FGCh-6Y; Mon, 25 Oct 2021 04:45:02 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1merr0-00FGBd-AV for linux-arm-kernel@lists.infradead.org; Mon, 25 Oct 2021 04:44:59 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 017A260F4F; Mon, 25 Oct 2021 04:44:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635137098; bh=T3WkwZ1s63m8kCYozHTFga54qgTsMD1mM7FO6S2jDQI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FQJZFTPbnPCzHjosqmIxbV+2FvaSqBlwEj1eSwkjZkFwJNaNFz7ixf0Lk4qto7wfC AfdUoCYcslFTZg/7Hrv0ySUk8SK31oLR2P02VnHTaU5ZztaJQ4OgzGK4eHzBgXJpg4 FK1C8vdirXY0S2qQ5QpDKsJFgOfEuRf78wVLOethVLTww22thu1Q8VL8EvwEQHzoeC 4MQUfaCCJuPxBHx4wlTtoTHbQNpi67lKWkO9+Ol21WszoxWDl3zhA7u+cUKG338kw3 XIdIeXz4lq1bjI7/SZWataQBddSnylQQzPgsJh+TNmKI6/UtVCQ0wTscm2eksemOCf x45c4bRcy2P5g== Date: Mon, 25 Oct 2021 10:14:53 +0530 From: Vinod Koul To: Joy Zou Cc: yibin.gong@nxp.com, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer Message-ID: References: <20211021052030.3155471-1-joy.zou@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211021052030.3155471-1-joy.zou@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211024_214458_415603_B3308D28 X-CRM114-Status: GOOD ( 11.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 21-10-21, 13:20, Joy Zou wrote: > Add HDMI Audio transfer type. Convert to yaml? > > Signed-off-by: Joy Zou > --- > Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt > index 12c316ff4834..ffa61264a214 100644 > --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt > +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt > @@ -55,6 +55,7 @@ The full ID of peripheral types can be found below. > 22 SSI Dual FIFO (needs firmware ver >= 2) > 23 Shared ASRC > 24 SAI > + 25 HDMI Audio > > The third cell specifies the transfer priority as below. > > -- > 2.25.1 -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel