From patchwork Wed Jan 12 15:15:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tretter X-Patchwork-Id: 12711507 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 92277C433FE for ; Wed, 12 Jan 2022 15:17:40 +0000 (UTC) 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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=/f+LlgtKldlyzrFZKv+8ZIgsMoNip0HhHgC8GmRErRc=; b=x0bmuVXtbuez2F UH2r5Y1huR2DPnvB0nQcgXLjbSorCp466CkAJR2b9++1RrEwyNrVZhBV3HCg54bBCjnpKaLPEtnM2 Vx6EVey1BxmkGBM44WVSZMmWUTav52Erqy5i0QzNoflx6olYyw45cnNBzYq6Y4tE48UuQHJYJnXlI UJvJaX5lSV4MY9nniWxKaLqazeHDl6KPgfWqkj+Ktrt85kiM906NoNm7xjedLj5rd714rDDyXl5RY Uh/2/ezeM9kMnTC9Qd8YHKt+raQeYRd7qF83vdBbFmmMwJ5F4FBvqnqj7RtQp84ElrpDVQVf8vkIU yHxvskdmOhBdrYvmVSpw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n7fLp-002pY8-Oh; Wed, 12 Jan 2022 15:15:49 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n7fLl-002pWU-RK for linux-arm-kernel@lists.infradead.org; Wed, 12 Jan 2022 15:15:47 +0000 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n7fLj-00031F-QR; Wed, 12 Jan 2022 16:15:43 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1n7fLi-009ufK-Ty; Wed, 12 Jan 2022 16:15:42 +0100 Received: from mtr by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1n7fLh-005Zfv-Gt; Wed, 12 Jan 2022 16:15:41 +0100 From: Michael Tretter To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org Cc: robh+dt@kernel.org, michal.simek@xilinx.com, m.tretter@pengutronix.de, kernel@pengutronix.de Subject: [PATCH 0/3] dt-bindings: dmaengine: zynqmp_dma: Convert binding to YAML Date: Wed, 12 Jan 2022 16:15:38 +0100 Message-Id: <20220112151541.1328732-1-m.tretter@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: mtr@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220112_071545_923662_EE66D30A X-CRM114-Status: GOOD ( 10.92 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, This series converts the ZynqMP dma engine dt bindings to yaml and fixes the ZynqMP device tree following the stricter yaml bindings. The series is based on https://github.com/Xilinx/linux-xlnx/tree/zynqmp/dt to avoid conflicts when applying the patches to the zynqmp/dt tree. Patch 1 converts the binding to yaml, Patches 2 and 3 cleanup the dma engine nodes in the zynqmp.dtsi that is included by actual board device trees. Michael Michael Tretter (3): dt-bindings: dmaengine: zynqmp_dma: convert to yaml arm64: zynqmp: Add missing #dma-cells property arm64: zynqmp: Rename dma to dma-controller .../dma/xilinx/xlnx,zynqmp-dma-1.0.yaml | 85 +++++++++++++++++++ .../bindings/dma/xilinx/zynqmp_dma.txt | 26 ------ arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 48 +++++++---- 3 files changed, 117 insertions(+), 42 deletions(-) create mode 100644 Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml delete mode 100644 Documentation/devicetree/bindings/dma/xilinx/zynqmp_dma.txt Reviewed-by: Harini Katakam Acked-by: Michal Simek