ARM: dts: rockchip: Add missing dma-names SPI support for rv1108

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>
This commit is contained in:
Otavio Salvador 2019-01-03 23:40:20 -02:00 committed by Heiko Stuebner
parent 58bcc8d955
commit a4b0e36d69

View File

@ -207,6 +207,7 @@ spi: spi@10270000 {
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>;