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

From: Alexandre Torgue
Date: Fri Oct 25 2019 - 06:06:01 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/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