On Wed, Apr 15, 2020 at 02:14:49PM +0200, Linus Walleij wrote:
This converts the l4f00242t03 backlight driver to use GPIO descriptors and switches the two Freescale i.MX boards over to passing descriptors instead of global GPIO numbers.
We use the typical names "enable" and "reset" as found in the device tree bindings for panel GPIOs.
This saves a lot of code in the driver and makes it possible to get rid of the platform data header altogether.
Cc: Sascha Hauer s.hauer@pengutronix.de Cc: Anson Huang Anson.Huang@nxp.com Cc: Shawn Guo shawnguo@kernel.org Cc: Pengutronix Kernel Team kernel@pengutronix.de Cc: Fabio Estevam festevam@gmail.com Cc: NXP Linux Team linux-imx@nxp.com Cc: Alberto Panizzo maramaopercheseimorto@gmail.com Signed-off-by: Linus Walleij linus.walleij@linaro.org
i.MX folks: please test if you can or at least ACK so Lee knows if this is OK for you.
Acked-by: Shawn Guo shawnguo@kernel.org