ARM: dts: rockchip: Add missing dma-names SPI support for rv1108
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 4 Jan 2019 01:40:20 +0000 (23:40 -0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 12 Jan 2019 20:05:42 +0000 (21:05 +0100)
Pass the 'dma-names' property to the SPI ports so that DMA can
be supported.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rv1108.dtsi

index d31370f..cb26d9d 100644 (file)
                clocks = <&cru SCLK_SPI>, <&cru PCLK_SPI>;
                clock-names = "spiclk", "apb_pclk";
                dmas = <&pdma 8>, <&pdma 9>;
+               dma-names = "tx", "rx";
                #dma-cells = <2>;
                #address-cells = <1>;
                #size-cells = <0>;