mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
ARM: dts: imx7s: Add DMA channels for CSPI peripherals
This adds the rx/tx DMA channels for CSPI peripherals. Channel numbers are taken from i.MX7D RM Rev1 01/2018. Peripheral types ID (7) is selected according to fsl,imx-sdma.yaml and is similar to i.MX6 and i.MX8M platforms. Same goes for transfer priority ID (last number). Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
43a116148f
commit
fb72b877a6
|
|
@ -725,6 +725,8 @@ ecspi4: spi@30630000 {
|
|||
clocks = <&clks IMX7D_ECSPI4_ROOT_CLK>,
|
||||
<&clks IMX7D_ECSPI4_ROOT_CLK>;
|
||||
clock-names = "ipg", "per";
|
||||
dma-names = "rx", "tx";
|
||||
dmas = <&sdma 6 7 1>, <&sdma 7 7 2>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -880,6 +882,8 @@ ecspi1: spi@30820000 {
|
|||
clocks = <&clks IMX7D_ECSPI1_ROOT_CLK>,
|
||||
<&clks IMX7D_ECSPI1_ROOT_CLK>;
|
||||
clock-names = "ipg", "per";
|
||||
dma-names = "rx", "tx";
|
||||
dmas = <&sdma 0 7 1>, <&sdma 1 7 2>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -892,6 +896,8 @@ ecspi2: spi@30830000 {
|
|||
clocks = <&clks IMX7D_ECSPI2_ROOT_CLK>,
|
||||
<&clks IMX7D_ECSPI2_ROOT_CLK>;
|
||||
clock-names = "ipg", "per";
|
||||
dma-names = "rx", "tx";
|
||||
dmas = <&sdma 2 7 1>, <&sdma 3 7 2>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -904,6 +910,8 @@ ecspi3: spi@30840000 {
|
|||
clocks = <&clks IMX7D_ECSPI3_ROOT_CLK>,
|
||||
<&clks IMX7D_ECSPI3_ROOT_CLK>;
|
||||
clock-names = "ipg", "per";
|
||||
dma-names = "rx", "tx";
|
||||
dmas = <&sdma 4 7 1>, <&sdma 5 7 2>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user