linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stm32f429: remove useless dma-ranges property
@ 2019-10-15 12:30 Benjamin Gaignard
  2019-10-15 12:30 ` [PATCH] ARM: dts: stm32f469: " Benjamin Gaignard
  2019-10-25 10:04 ` [PATCH] ARM: dts: stm32f429: " Alexandre Torgue
  0 siblings, 2 replies; 4+ messages in thread
From: Benjamin Gaignard @ 2019-10-15 12:30 UTC (permalink / raw)
  To: alexandre.torgue, robh+dt, mark.rutland
  Cc: linux-stm32, linux-arm-kernel, devicetree, linux-kernel,
	Benjamin Gaignard

Remove dma-ranges from ltdc node since it is already set
on bus node.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 arch/arm/boot/dts/stm32429i-eval.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index ba08624c6237..21bc657f21c3 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -234,7 +234,6 @@
 	status = "okay";
 	pinctrl-0 = <&ltdc_pins>;
 	pinctrl-names = "default";
-	dma-ranges;
 
 	port {
 		ltdc_out_rgb: endpoint {
-- 
2.15.0


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

* [PATCH] ARM: dts: stm32f469: remove useless dma-ranges property
  2019-10-15 12:30 [PATCH] ARM: dts: stm32f429: remove useless dma-ranges property Benjamin Gaignard
@ 2019-10-15 12:30 ` Benjamin Gaignard
  2019-10-25 10:05   ` Alexandre Torgue
  2019-10-25 10:04 ` [PATCH] ARM: dts: stm32f429: " Alexandre Torgue
  1 sibling, 1 reply; 4+ messages in thread
From: Benjamin Gaignard @ 2019-10-15 12:30 UTC (permalink / raw)
  To: alexandre.torgue, robh+dt, mark.rutland
  Cc: linux-stm32, linux-arm-kernel, devicetree, linux-kernel,
	Benjamin Gaignard

Remove dma-ranges from ltdc node since it is already set
on bus node.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 arch/arm/boot/dts/stm32f469-disco.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts
index a3ff04940aec..c928126d5b7e 100644
--- a/arch/arm/boot/dts/stm32f469-disco.dts
+++ b/arch/arm/boot/dts/stm32f469-disco.dts
@@ -166,7 +166,6 @@
 };
 
 &ltdc {
-	dma-ranges;
 	status = "okay";
 
 	port {
-- 
2.15.0


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

* Re: [PATCH] ARM: dts: stm32f429: remove useless dma-ranges property
  2019-10-15 12:30 [PATCH] ARM: dts: stm32f429: remove useless dma-ranges property Benjamin Gaignard
  2019-10-15 12:30 ` [PATCH] ARM: dts: stm32f469: " Benjamin Gaignard
@ 2019-10-25 10:04 ` Alexandre Torgue
  1 sibling, 0 replies; 4+ messages in thread
From: Alexandre Torgue @ 2019-10-25 10:04 UTC (permalink / raw)
  To: Benjamin Gaignard, robh+dt, mark.rutland
  Cc: linux-stm32, linux-arm-kernel, devicetree, linux-kernel

Hi Benjamin

On 10/15/19 2:30 PM, Benjamin Gaignard wrote:
> Remove dma-ranges from ltdc node since it is already set
> on bus node.
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>   arch/arm/boot/dts/stm32429i-eval.dts | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
> index ba08624c6237..21bc657f21c3 100644
> --- a/arch/arm/boot/dts/stm32429i-eval.dts
> +++ b/arch/arm/boot/dts/stm32429i-eval.dts
> @@ -234,7 +234,6 @@
>   	status = "okay";
>   	pinctrl-0 = <&ltdc_pins>;
>   	pinctrl-names = "default";
> -	dma-ranges;
>   
>   	port {
>   		ltdc_out_rgb: endpoint {
> 

Applied on stm32-next. For the next time commit header has to be 
formatted like that:

ARM: dts: stm32: .....

Thanks.
Alex

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

* Re: [PATCH] ARM: dts: stm32f469: remove useless dma-ranges property
  2019-10-15 12:30 ` [PATCH] ARM: dts: stm32f469: " Benjamin Gaignard
@ 2019-10-25 10:05   ` Alexandre Torgue
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Torgue @ 2019-10-25 10:05 UTC (permalink / raw)
  To: Benjamin Gaignard, robh+dt, mark.rutland
  Cc: linux-stm32, linux-arm-kernel, devicetree, linux-kernel

Hi Benjamin

On 10/15/19 2:30 PM, Benjamin Gaignard wrote:
> Remove dma-ranges from ltdc node since it is already set
> on bus node.
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>   arch/arm/boot/dts/stm32f469-disco.dts | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts
> index a3ff04940aec..c928126d5b7e 100644
> --- a/arch/arm/boot/dts/stm32f469-disco.dts
> +++ b/arch/arm/boot/dts/stm32f469-disco.dts
> @@ -166,7 +166,6 @@
>   };
>   
>   &ltdc {
> -	dma-ranges;
>   	status = "okay";
>   
>   	port {
>

Applied on stm32-next. For the next time commit header has to be 
formatted like that:

ARM: dts: stm32: .....

Thanks.
Alex

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

end of thread, other threads:[~2019-10-25 10:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15 12:30 [PATCH] ARM: dts: stm32f429: remove useless dma-ranges property Benjamin Gaignard
2019-10-15 12:30 ` [PATCH] ARM: dts: stm32f469: " Benjamin Gaignard
2019-10-25 10:05   ` Alexandre Torgue
2019-10-25 10:04 ` [PATCH] ARM: dts: stm32f429: " 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).