diff options
author | Linus Walleij <[email protected]> | 2020-02-10 11:15:46 +0100 |
---|---|---|
committer | Lee Jones <[email protected]> | 2020-03-18 15:05:57 +0000 |
commit | 2644f912b41012c1ce5ff9be99efeec721491b86 (patch) | |
tree | 28d441d156c31624e1e4c63b67a7af3b65a62ba4 /include/linux/fpga | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) |
backlight: pwm_bl: Switch to full GPIO descriptor
The PWM backlight still supports passing a enable GPIO line as
platform data using the legacy <linux/gpio.h> API.
It turns out that ever board using this mechanism except one
is pass .enable_gpio = -1. So we drop all these cargo-culted -1's
from all instances of this platform data in the kernel.
The remaning board, Palm TC, is converted to pass a machine
descriptior table with the "enable" GPIO instead, and delete the
platform data entry for enable_gpio and the code handling it
and things should work smoothly with the new API.
Signed-off-by: Linus Walleij <[email protected]>
Acked-by: Robert Jarzmik <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]
Reviewed-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Daniel Thompson <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'include/linux/fpga')
0 files changed, 0 insertions, 0 deletions