From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 82B7B31F996; Thu, 12 Mar 2026 15:16:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773328619; cv=none; b=UesGsHWaHdutEXMx2zIlQwx9jcx1N2j9dkN+Zv/Is3SNLfI8dI0oKvdKKJpHgOE/vtdXh6kXjXLwMRAvlcVIVQ6Q+0obpcMjJQVeXNg/IykScyYDqgLfBQr3VePz1kPf+bhjr8fqjM5PjQInP7Cd5yWrJo3cqgD+OjJkj0vySAo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773328619; c=relaxed/simple; bh=RBNqncS6RC7Y+TZL/EQyfROxqo/Ml0jF+bxN4+ojSKY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JYJ0KAK8SVsLm0VHfFWBcjjxaOHptf0uH1e8lM0sf6ItpchJX4AJ+1p8cBI2YDBb+rBgSGeOED35oUFvbI955vOdbjQ/masZicaCQwdabspzTO4K6BjOh2eZmV7JwhiWPJ9HtH4s42O+Yp4BjODf2U9Q5rIYq6DwaK67iRSoViA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YZonUpNG; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YZonUpNG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02FCBC4CEF7; Thu, 12 Mar 2026 15:16:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773328619; bh=RBNqncS6RC7Y+TZL/EQyfROxqo/Ml0jF+bxN4+ojSKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YZonUpNGjmkG/C408szBXBPt3JUPOMO/aIqQN54AfKBB4E0l/PQhjbYY7xJyTelc6 1mqfODbRLJjeRue4TvruNPTgdv2xrnj6VfPhr3gn0glq34d+I4B4x+Kxtuk766ho+p 68lMNgEDZST99X4Kg0FyMRh4TpfzATkDS0RjhnhCmxgNQQvhXJG6DGGaE0kVA4liQR gsqLb11Cp8fB30Jo33ZpF4yrKEygmCAXIxvIX1LzTGJyUOIqW2p9wPUGqG9/t3B+k4 v6o8Vw8lwa0uxk6NF4LOmZcAY2JcN7zMfw41aqgW6+UZIXBVem8bM/eugElna5ZfTI nxDA6jFig/JjQ== Date: Thu, 12 Mar 2026 10:16:58 -0500 From: "Rob Herring (Arm)" To: Abin Joseph Cc: Frank.Li@kernel.org, conor+dt@kernel.org, vkoul@kernel.org, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, krzk+dt@kernel.org, radhey.shyam.pandey@amd.com, linux-kernel@vger.kernel.org, michal.simek@amd.com, git@amd.com Subject: Re: [PATCH v5] dt-bindings: dma: xlnx,axi-dma: Convert to DT schema Message-ID: <177332861768.3154388.13563344241435238840.robh@kernel.org> References: <20260309033444.3472359-1-abin.joseph@amd.com> Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260309033444.3472359-1-abin.joseph@amd.com> On Mon, 09 Mar 2026 09:04:44 +0530, Abin Joseph wrote: > Convert the bindings document for Xilinx DMA. > No changes to existing binding description. > > Signed-off-by: Abin Joseph > --- > > v5: > -> Use > instead of | for description > -> Use unevaluatedProperties: false because ref to dma-controller.yaml > -> Reorder the properties in the example > > v4: > -> Fix the dt_binding_check error > > v3: > -> Update the subject heading > -> Remove examples for cdma and mcdma > -> Fix the syntax issue for the clocks > -> Squash the interrupt use case for axistream > connected cases. > -> Reorder the list as per the writing bindings > > v2: > -> Add examples for each compatible > -> Remove the note added > -> Use 'enum' rather than 'anyOf' and 'const' > -> Wrap 80 char per line for descriptions Add dma-controller yaml > -> reference Add -| for paragraph separation Remove labels from the > -> examples > > --- > .../bindings/dma/xilinx/xilinx_dma.txt | 111 ------- > .../bindings/dma/xilinx/xlnx,axi-dma.yaml | 299 ++++++++++++++++++ > 2 files changed, 299 insertions(+), 111 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt > create mode 100644 Documentation/devicetree/bindings/dma/xilinx/xlnx,axi-dma.yaml > Reviewed-by: Rob Herring (Arm)