diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-19 07:14:46 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-19 07:14:46 +0000 |
commit | 2f438bb2da0ace06a21ce186997d86bc99f372f9 (patch) | |
tree | 031e3c245021d6cdff055a3053f7215fe4fbbdae /firmware/drivers/pcf50606.c | |
parent | 4582f233ce48d8ba513fb7128eac3ee848bad1c5 (diff) |
H300: Properly initialize the backlight PCF50606 port pin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9113 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/pcf50606.c')
-rw-r--r-- | firmware/drivers/pcf50606.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/pcf50606.c b/firmware/drivers/pcf50606.c index f4c93deb38..51cd812346 100644 --- a/firmware/drivers/pcf50606.c +++ b/firmware/drivers/pcf50606.c @@ -284,4 +284,5 @@ void pcf50606_init(void) pcf50606_write(0x29, 0x1C); /* Disable the unused MBC module */ pcf50606_write(0x35, 0x13); /* Backlight PWM = 512Hz 50/50 */ + pcf50606_write(0x3a, 0x3b); /* PWM output on GPOOD1 */ } |