Re: [PATCH 2/2] sunxi: video: Add support for active low LCD power pin

2022-11-23 Thread Andre Przywara
On Tue, 22 Nov 2022 21:57:03 +0100 Giulio Benetti wrote: Hi, > On some board gpio to power LCD can be active low, so let's add > CONFIG_VIDEO_LCD_POWER_ACTIVE_LOW to allow this. This is all so very sadly outdated code, which could be all solved very nicely by just looking at the DT. Do you desc

[PATCH 2/2] sunxi: video: Add support for active low LCD power pin

2022-11-22 Thread Giulio Benetti
On some board gpio to power LCD can be active low, so let's add CONFIG_VIDEO_LCD_POWER_ACTIVE_LOW to allow this. Signed-off-by: Giulio Benetti --- arch/arm/mach-sunxi/Kconfig | 7 +++ drivers/video/sunxi/sunxi_display.c | 4 2 files changed, 11 insertions(+) diff --git a/arch/a