mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
newton:modify backlight
This commit is contained in:
@@ -1269,7 +1269,7 @@ static int rk29_backlight_io_init(void)
|
||||
}
|
||||
|
||||
gpio_direction_output(BL_EN_PIN, 0);
|
||||
gpio_set_value(BL_EN_PIN, BL_EN_VALUE);
|
||||
gpio_set_value(BL_EN_PIN, !BL_EN_VALUE);
|
||||
#endif
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user