devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stm32: fix DCMI DMA features on stm32mp15 family
@ 2020-10-08  9:09 Hugues Fruchet
  2020-11-09  8:49 ` Alexandre Torgue
  0 siblings, 1 reply; 2+ messages in thread
From: Hugues Fruchet @ 2020-10-08  9:09 UTC (permalink / raw)
  To: Alexandre Torgue, Rob Herring, Mark Rutland
  Cc: linux-arm-kernel, devicetree, linux-kernel, linux-stm32,
	Alain Volmat, Amelie DELAUNAY

Enable FIFO mode with half-full threshold.

Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
 arch/arm/boot/dts/stm32mp151.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi
index bfe2902..cfba9a1 100644
--- a/arch/arm/boot/dts/stm32mp151.dtsi
+++ b/arch/arm/boot/dts/stm32mp151.dtsi
@@ -1091,7 +1091,7 @@
 			resets = <&rcc CAMITF_R>;
 			clocks = <&rcc DCMI>;
 			clock-names = "mclk";
-			dmas = <&dmamux1 75 0x400 0x0d>;
+			dmas = <&dmamux1 75 0x400 0x01>;
 			dma-names = "tx";
 			status = "disabled";
 		};
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: stm32: fix DCMI DMA features on stm32mp15 family
  2020-10-08  9:09 [PATCH] ARM: dts: stm32: fix DCMI DMA features on stm32mp15 family Hugues Fruchet
@ 2020-11-09  8:49 ` Alexandre Torgue
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Torgue @ 2020-11-09  8:49 UTC (permalink / raw)
  To: Hugues Fruchet, Rob Herring, Mark Rutland
  Cc: linux-arm-kernel, devicetree, linux-kernel, linux-stm32,
	Alain Volmat, Amelie DELAUNAY

Hi Hugues

On 10/8/20 11:09 AM, Hugues Fruchet wrote:
> Enable FIFO mode with half-full threshold.
> 
> Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
> ---
>   arch/arm/boot/dts/stm32mp151.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi
> index bfe2902..cfba9a1 100644
> --- a/arch/arm/boot/dts/stm32mp151.dtsi
> +++ b/arch/arm/boot/dts/stm32mp151.dtsi
> @@ -1091,7 +1091,7 @@
>   			resets = <&rcc CAMITF_R>;
>   			clocks = <&rcc DCMI>;
>   			clock-names = "mclk";
> -			dmas = <&dmamux1 75 0x400 0x0d>;
> +			dmas = <&dmamux1 75 0x400 0x01>;
>   			dma-names = "tx";
>   			status = "disabled";
>   		};
> 

Applied on stm32-next.

Thanks.
Alex

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-09  8:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08  9:09 [PATCH] ARM: dts: stm32: fix DCMI DMA features on stm32mp15 family Hugues Fruchet
2020-11-09  8:49 ` Alexandre Torgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).