forked from len0rd/rockbox
Sansa Connect: Add TPS65021 (Power Management) driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31135 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ad0b308265
commit
de712eebbd
4 changed files with 94 additions and 0 deletions
|
|
@ -28,9 +28,11 @@
|
|||
#include "backlight.h"
|
||||
#include "backlight-target.h"
|
||||
#include "avr-sansaconnect.h"
|
||||
#include "tps65021.h"
|
||||
|
||||
void power_init(void)
|
||||
{
|
||||
tps65021_init();
|
||||
}
|
||||
|
||||
void power_off(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue