diff options
-rw-r--r-- | firmware/target/coldfire/iaudio/pcf50606-iaudio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/coldfire/iaudio/pcf50606-iaudio.c b/firmware/target/coldfire/iaudio/pcf50606-iaudio.c index f8f6c1d675..0614355b5d 100644 --- a/firmware/target/coldfire/iaudio/pcf50606-iaudio.c +++ b/firmware/target/coldfire/iaudio/pcf50606-iaudio.c @@ -31,7 +31,11 @@ static void set_voltages(void) { 0xf4, /* IOREGC = 2.9V, ON in all states */ 0xf0, /* D1REGC = 2.5V, ON in all states */ +#ifdef IAUDIO_M5 + 0xf8, /* D2REGC = 3.3V, ON in all states */ +#else 0xf6, /* D2REGC = 3.1V, ON in all states */ +#endif 0xf4, /* D3REGC = 2.9V, ON in all states */ }; |