diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-07 19:44:52 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-07 19:44:52 -0700 |
commit | b574beb6257a21c231a6c2c272a0aeb84b655437 (patch) | |
tree | 97af0e8d95f8c4876c65731bfeec0aa12cf17782 /arch/unicore32 | |
parent | 38e2c63ec3d323310ba873601e864af79b90b457 (diff) | |
parent | ee0c8e494cc3c135350cd5c4752e82af3feae1ab (diff) |
Merge tag 'backlight-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
Pull backlight updates from Lee Jones:
"Switch pwm_bl and corgi_lcd drivers to use GPIO descriptors"
* tag 'backlight-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight:
backlight: corgi: Convert to use GPIO descriptors
backlight: pwm_bl: Switch to full GPIO descriptor
Diffstat (limited to 'arch/unicore32')
-rw-r--r-- | arch/unicore32/kernel/puv3-nb0916.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/unicore32/kernel/puv3-nb0916.c b/arch/unicore32/kernel/puv3-nb0916.c index a3bf2ffc54dd..e251f5028396 100644 --- a/arch/unicore32/kernel/puv3-nb0916.c +++ b/arch/unicore32/kernel/puv3-nb0916.c @@ -55,7 +55,6 @@ static struct pwm_lookup nb0916_pwm_lookup[] = { static struct platform_pwm_backlight_data nb0916_backlight_data = { .max_brightness = 100, .dft_brightness = 100, - .enable_gpio = -1, }; static struct gpio_keys_button nb0916_gpio_keys[] = { |