mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
i.MX31: Now that it matters because there's a debug screeen that allows changing things while running, some DVFS/DPTC stuff has to be done more carefully. Trim out some stuff and group functions better as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29122 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
264e27d5b0
commit
480c663e5b
7 changed files with 214 additions and 254 deletions
|
|
@ -129,7 +129,8 @@ bool tuner_powered(void)
|
|||
void power_off(void)
|
||||
{
|
||||
/* Turn off voltage and frequency scaling */
|
||||
dvfs_dptc_stop();
|
||||
dvfs_stop();
|
||||
dptc_stop();
|
||||
|
||||
/* Cut backlight */
|
||||
_backlight_off();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue