dts/arm: st: Fix use of "st,mem2mem" dma property

"st,mem2mem" property is supposed to be limited to dma-v1.
Remove its use in dma-v2 components.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2021-01-11 14:24:00 +01:00 committed by Anas Nashif
parent 60e10dadce
commit 4c514b39df
8 changed files with 3 additions and 8 deletions

View File

@ -75,7 +75,6 @@
interrupts = <9 0 10 0 10 0 11 0 11 0 11 0
11 0 10 0 10 0 11 0 11 0 11 0>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x2>;
st,mem2mem;
status = "disabled";
label = "DMA_2";
};

View File

@ -173,7 +173,6 @@
reg = <0x40020400 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x2>;
interrupts = < 56 0 57 0 58 0 59 0 60 0>;
st,mem2mem;
status = "disabled";
label = "DMA_1";
};

View File

@ -13,7 +13,6 @@
reg = <0x40020400 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x2>;
interrupts = <56 0 57 0 58 0 59 0 60 0>;
st,mem2mem;
status = "disabled";
label = "DMA_2";
};

View File

@ -24,7 +24,6 @@
reg = <0x40020400 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x2>;
interrupts = <56 0 57 0 58 0 59 0 60 0>;
st,mem2mem;
status = "disabled";
label = "DMA_2";
};

View File

@ -673,6 +673,7 @@
interrupts = <11 0>, <12 0>, <13 0>, <14 0>, <15 0>, <16 0>,
<17 0>, <47 0>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000020>;
st,mem2mem;
status = "disabled";
label = "DMA_1";
};
@ -684,6 +685,7 @@
interrupts = <56 0>, <57 0>, <58 0>, <59 0>, <60 0>, <68 0>,
<69 0>, <70 0>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000020>;
st,mem2mem;
status = "disabled";
label = "DMA_2";
};

View File

@ -334,7 +334,6 @@
reg = <0x40020000 0x400>;
interrupts = <11 0 12 0 13 0 14 0 15 0 16 0 17 0>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x1>;
st,mem2mem;
dma-requests = <7>;
status = "disabled";
label = "DMA_1";
@ -346,7 +345,6 @@
reg = <0x40020400 0x400>;
interrupts = <56 0 57 0 58 0 59 0 60 0 68 0 69 0>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x2>;
st,mem2mem;
dma-requests = <7>;
status = "disabled";
label = "DMA_2";

View File

@ -309,7 +309,6 @@
reg = <0x40020000 0x400>;
interrupts = <11 0 12 0 13 0 14 0 15 0 16 0 17 0>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x1>;
st,mem2mem;
dma-requests = <7>;
dma-offset = <0>;
status = "disabled";
@ -322,7 +321,6 @@
reg = <0x40020400 0x400>;
interrupts = <55 0 56 0 57 0 58 0 59 0 60 0 61 0>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x2>;
st,mem2mem;
dma-requests = <7>;
dma-offset = <7>;
status = "disabled";

View File

@ -82,6 +82,7 @@ properties:
st,mem2mem:
type: boolean
required: false
description: If the DMA controller V1 supports memory to memory transfer
dma-offset: