From 3459236480cb673e1711ad8172f82eeb904bd8bd Mon Sep 17 00:00:00 2001 From: Dylan Yip Date: Wed, 10 Mar 2021 01:47:40 -0800 Subject: [PATCH] arm64: zynqmp: Update DPDMA entry As per Linux commit 7cbb0c63de3f ("dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver"), the dt entry for the ZynqMP DPDMA has been modified. So update the dt entry per the new dt bindings. Signed-off-by: Dylan Yip Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp.dtsi | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 1fcd5655375..693c3c326a3 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -1086,7 +1086,7 @@ }; zynqmp_dpdma: dma-controller@fd4c0000 { - compatible = "xlnx,dpdma"; + compatible = "xlnx,zynqmp-dpdma"; status = "disabled"; reg = <0x0 0xfd4c0000 0x0 0x1000>; interrupts = <0 122 4>; @@ -1097,24 +1097,6 @@ #stream-id-cells = <1>; /* iommus = <&smmu 0xce4>; */ #dma-cells = <1>; - dma-video0channel { - compatible = "xlnx,video0"; - }; - dma-video1channel { - compatible = "xlnx,video1"; - }; - dma-video2channel { - compatible = "xlnx,video2"; - }; - dma-graphicschannel { - compatible = "xlnx,graphics"; - }; - dma-audio0channel { - compatible = "xlnx,audio0"; - }; - dma-audio1channel { - compatible = "xlnx,audio1"; - }; }; zynqmp_dpsub: display@fd4a0000 { -- 2.47.3