Commit 14c41633 authored by Sanchayan Maity's avatar Sanchayan Maity Committed by Shawn Guo

ARM: dts: vfxxx: Enable DMA for DSPI on Vybrid

Enable DMA for DSPI on Vybrid.
Signed-off-by: default avatarSanchayan Maity <maitysanchayan@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f7f3b484
...@@ -108,6 +108,10 @@ &edma0 { ...@@ -108,6 +108,10 @@ &edma0 {
status = "okay"; status = "okay";
}; };
&edma1 {
status = "okay";
};
&esdhc1 { &esdhc1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_esdhc1>; pinctrl-0 = <&pinctrl_esdhc1>;
......
...@@ -194,6 +194,9 @@ dspi0: dspi0@4002c000 { ...@@ -194,6 +194,9 @@ dspi0: dspi0@4002c000 {
clocks = <&clks VF610_CLK_DSPI0>; clocks = <&clks VF610_CLK_DSPI0>;
clock-names = "dspi"; clock-names = "dspi";
spi-num-chipselects = <6>; spi-num-chipselects = <6>;
dmas = <&edma1 1 12>,
<&edma1 1 13>;
dma-names = "rx", "tx";
status = "disabled"; status = "disabled";
}; };
...@@ -206,6 +209,9 @@ dspi1: dspi1@4002d000 { ...@@ -206,6 +209,9 @@ dspi1: dspi1@4002d000 {
clocks = <&clks VF610_CLK_DSPI1>; clocks = <&clks VF610_CLK_DSPI1>;
clock-names = "dspi"; clock-names = "dspi";
spi-num-chipselects = <4>; spi-num-chipselects = <4>;
dmas = <&edma1 1 14>,
<&edma1 1 15>;
dma-names = "rx", "tx";
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment