mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
A720 board:disable backlight in backlight io deinit
This commit is contained in:
@@ -106,6 +106,7 @@ static int rk29_backlight_io_deinit(void)
|
||||
{
|
||||
int ret = 0;
|
||||
#ifdef LCD_DISP_ON_PIN
|
||||
gpio_set_value(BL_EN_PIN, !BL_EN_VALUE);
|
||||
gpio_free(BL_EN_PIN);
|
||||
#endif
|
||||
rk30_mux_api_set(PWM_MUX_NAME, PWM_MUX_MODE_GPIO);
|
||||
|
||||
Reference in New Issue
Block a user