]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: hi3660: Fixup unofficial dma-min-chan to dma-channel-mask
authorJohn Stultz <john.stultz@linaro.org>
Thu, 4 Apr 2019 08:16:28 +0000 (01:16 -0700)
committerWei Xu <xuwei5@hisilicon.com>
Mon, 8 Apr 2019 15:31:16 +0000 (16:31 +0100)
A undocumented and unimplemented binding got into the hi3660
dtsi, and this switches that binding to the now documented one.

Cc: Tanglei Han <hantanglei@huawei.com>
Cc: Zhuangluan Su <suzhuangluan@hisilicon.com>
Cc: Ryan Grachek <ryan@edited.us>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Wei Xu <xuwei5@hisilicon.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi3660.dtsi

index fb5498d177b900e6586044cdf735cdf7a55e51b7..aa6a8ad31be2fc1f45ecad2f57c06b74b9d4767f 100644 (file)
@@ -560,7 +560,7 @@ dma0: dma@fdf30000 {
                        #dma-cells = <1>;
                        dma-channels = <16>;
                        dma-requests = <32>;
-                       dma-min-chan = <1>;
+                       dma-channel-mask = <0xfffe>;
                        interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&crg_ctrl HI3660_CLK_GATE_DMAC>;
                        dma-no-cci;