From: Dmitry Torokhov Date: Fri, 4 Nov 2022 03:16:35 +0000 (-0700) Subject: fbdev: omapfb: panel-tpo-td043mtea1: switch to using gpiod API X-Git-Tag: v6.2-rc1~81^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=836bfb5688e3ea87574760af82c82fa752b2540f;p=thirdparty%2Fkernel%2Flinux.git fbdev: omapfb: panel-tpo-td043mtea1: switch to using gpiod API Switch the driver from legacy gpio API that is deprecated to the newer gpiod API that respects line polarities described in ACPI/DT. Signed-off-by: Dmitry Torokhov Signed-off-by: Helge Deller --- diff --git a/drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c b/drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c index c0e4e0315b6bb..1eaa35c278359 100644 --- a/drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c +++ b/drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c @@ -10,10 +10,9 @@ #include #include #include -#include +#include #include #include -#include #include