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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 47C54C433FE for ; Thu, 3 Nov 2022 07:02:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230056AbiKCHCP (ORCPT ); Thu, 3 Nov 2022 03:02:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229985AbiKCHCI (ORCPT ); Thu, 3 Nov 2022 03:02:08 -0400 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88CDC63AF; Thu, 3 Nov 2022 00:02:05 -0700 (PDT) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id BEB39E0002; Thu, 3 Nov 2022 07:02:01 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1oqUEi-0085pf-In; Thu, 03 Nov 2022 08:02:00 +0100 From: Peter Korsgaard To: Radhey Shyam Pandey Cc: , , , , , , , , , Subject: Re: [PATCH] dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property References: <1667448757-7001-1-git-send-email-radhey.shyam.pandey@amd.com> Date: Thu, 03 Nov 2022 08:02:00 +0100 In-Reply-To: <1667448757-7001-1-git-send-email-radhey.shyam.pandey@amd.com> (Radhey Shyam Pandey's message of "Thu, 3 Nov 2022 09:42:37 +0530") Message-ID: <87fsf0r05z.fsf@dell.be.48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>>>> "Radhey" == Radhey Shyam Pandey writes: > xlnx,bus-width is a required property. In yaml conversion somehow > it got missed out. Bring it back and mention it in required list. > Also add Harini and myself to the maintainer list. > Fixes: 5a04982df8da ("dt-bindings: dmaengine: zynqmp_dma: convert to yaml") > Signed-off-by: Radhey Shyam Pandey > --- > .../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml | 3 +++ > 1 file changed, 3 insertions(+) > diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml > index c0a1408b12ec..a10019d3a650 100644 > --- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml > +++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml > @@ -13,6 +13,8 @@ description: | > maintainers: > - Michael Tretter > + - Harini Katakam > + - Radhey Shyam Pandey That should ideally be in a separate patch. > allOf: > - $ref: "../dma-controller.yaml#" > @@ -65,6 +67,7 @@ required: > - interrupts > - clocks > - clock-names > + - xlnx,bus-width Reviewed-by: Peter Korsgaard -- Bye, Peter Korsgaard