On Fri, 26 Jun 2020, Linus Walleij wrote:
The SKY81452 backlight driver just obtains a GPIO (named "gpios" in the device tree) drives it high and leaves it high until the driver is removed.
Switch to use GPIO descriptors for this, simple and straight-forward.
Cc: Gyungoh Yoo jack.yoo@skyworksinc.com Signed-off-by: Linus Walleij linus.walleij@linaro.org
drivers/video/backlight/sky81452-backlight.c | 18 ++++-------------- .../linux/platform_data/sky81452-backlight.h | 6 ++++-- 2 files changed, 8 insertions(+), 16 deletions(-)
Applied, thanks.