From: Wang Xiaoyin <hw.wangxiaoyin@xxxxxxxxxxxxx> Enable DMA in spi0. Cc: Antonio Borneo <borneo.antonio@xxxxxxxxx> Signed-off-by: Zhong Kaihua <zhongkaihua@xxxxxxxxxx> Signed-off-by: Guodong Xu <guodong.xu@xxxxxxxxxx> Signed-off-by: Wang Xiaoyin <hw.wangxiaoyin@xxxxxxxxxxxxx> --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi index 470461d..e40625f 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi @@ -682,7 +682,8 @@ reg = <0x0 0xf7106000 0x0 0x1000>; interrupts = <0 50 4>; bus-id = <0>; - enable-dma = <0>; + dmas = <&dma0 0 &dma0 1>; + dma-names = "rx", "tx"; clocks = <&sys_ctrl HI6220_SPI_CLK>; clock-names = "apb_pclk"; pinctrl-names = "default"; -- 2.10.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html