summaryrefslogtreecommitdiff
path: root/firmware/target/arm/i2c-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/i2c-pp.c')
-rw-r--r--firmware/target/arm/i2c-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/i2c-pp.c b/firmware/target/arm/i2c-pp.c
index 5799d7c37f..7dbd223ddf 100644
--- a/firmware/target/arm/i2c-pp.c
+++ b/firmware/target/arm/i2c-pp.c
@@ -209,7 +209,7 @@ void i2c_init(void)
209 outl(0x0, 0x600060a4); 209 outl(0x0, 0x600060a4);
210 outl(0x80 | (0 << 8), 0x600060a4); 210 outl(0x80 | (0 << 8), 0x600060a4);
211#elif CONFIG_I2C == I2C_PP5024 211#elif CONFIG_I2C == I2C_PP5024
212#ifdef SANSA_E200 212#if defined(SANSA_E200) || defined(PHILIPS_SA9200)
213 /* Sansa OF sets this to 0x20 first, communicates with the AS3514 213 /* Sansa OF sets this to 0x20 first, communicates with the AS3514
214 then sets it to 0x23 - this still works fine though */ 214 then sets it to 0x23 - this still works fine though */
215 outl(0x0, 0x600060a4); 215 outl(0x0, 0x600060a4);