summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/pcf50606.c1
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)
284 pcf50606_write(0x29, 0x1C); /* Disable the unused MBC module */ 284 pcf50606_write(0x29, 0x1C); /* Disable the unused MBC module */
285 285
286 pcf50606_write(0x35, 0x13); /* Backlight PWM = 512Hz 50/50 */ 286 pcf50606_write(0x35, 0x13); /* Backlight PWM = 512Hz 50/50 */
287 pcf50606_write(0x3a, 0x3b); /* PWM output on GPOOD1 */
287} 288}