rk3026_86v:

1.defconfig add support lowerpower warning;
    2.fix backlight splash;
This commit is contained in:
hjc
2013-08-26 11:13:31 +08:00
parent 7491c4b041
commit cfb9791902
2 changed files with 2 additions and 0 deletions

View File

@@ -318,6 +318,7 @@ CONFIG_RGA_RK30=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LOWERPOWER_WARNING=y
CONFIG_SOUND=y
CONFIG_SND=y
# CONFIG_SND_SUPPORT_OLD_API is not set

View File

@@ -278,6 +278,7 @@ static struct rk29_bl_info rk29_bl_info = {
.io_deinit = rk29_backlight_io_deinit,
.pwm_suspend = rk29_backlight_pwm_suspend,
.pwm_resume = rk29_backlight_pwm_resume,
.pre_div = 10000,
};
static struct platform_device rk29_device_backlight = {