Re: [PATCH] ARM: dts: stm32f429: remove useless dma-ranges property

From: Alexandre Torgue
Date: Fri Oct 25 2019 - 06:04:51 EST


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@xxxxxx>
---
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