Re: [PATCH] video: stm32: stm32_ltdc: fix data enable polarity

2022-05-10 Thread Patrice CHOTARD
On 4/22/22 09:51, Patrice CHOTARD wrote: > HI Yannick > > On 4/6/22 10:37, Yannick FERTRE wrote: >> Wrong DISPLAY_FLAGS used to set the data enable polarity. >> >> Signed-off-by: Yannick FERTRE >> --- >> >> drivers/video/stm32/stm32_ltdc.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH] video: stm32: stm32_ltdc: fix data enable polarity

2022-04-22 Thread Patrice CHOTARD
HI Yannick On 4/6/22 10:37, Yannick FERTRE wrote: > Wrong DISPLAY_FLAGS used to set the data enable polarity. > > Signed-off-by: Yannick FERTRE > --- > > drivers/video/stm32/stm32_ltdc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/video/stm32/stm32_ltdc.c

[PATCH] video: stm32: stm32_ltdc: fix data enable polarity

2022-04-06 Thread Yannick FERTRE
Wrong DISPLAY_FLAGS used to set the data enable polarity. Signed-off-by: Yannick FERTRE --- drivers/video/stm32/stm32_ltdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/stm32/stm32_ltdc.c b/drivers/video/stm32/stm32_ltdc.c index e741e74739..9269d4bfb4 10064