mirror of https://gitee.com/openkylin/linux.git
Input: twl4030-vibra - correct the power down sequence
It is better to turn off the first APLL, than the codec. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
3734574cac
commit
f2126a9967
|
@ -90,8 +90,8 @@ static void vibra_disable(struct vibra_info *info)
|
||||||
twl_i2c_write_u8(TWL4030_MODULE_AUDIO_VOICE,
|
twl_i2c_write_u8(TWL4030_MODULE_AUDIO_VOICE,
|
||||||
(reg & ~TWL4030_VIBRA_EN), TWL4030_REG_VIBRA_CTL);
|
(reg & ~TWL4030_VIBRA_EN), TWL4030_REG_VIBRA_CTL);
|
||||||
|
|
||||||
twl4030_codec_disable_resource(TWL4030_CODEC_RES_POWER);
|
|
||||||
twl4030_codec_disable_resource(TWL4030_CODEC_RES_APLL);
|
twl4030_codec_disable_resource(TWL4030_CODEC_RES_APLL);
|
||||||
|
twl4030_codec_disable_resource(TWL4030_CODEC_RES_POWER);
|
||||||
|
|
||||||
info->enabled = false;
|
info->enabled = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue