summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c')
-rw-r--r--firmware/target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c b/firmware/target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
index d821de4a30..fd5151a3bf 100644
--- a/firmware/target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
+++ b/firmware/target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
@@ -35,7 +35,7 @@ void adc_init(void)
35 int i; 35 int i;
36 36
37 /* Turn on the ADC PCLK */ 37 /* Turn on the ADC PCLK */
38 s3c_regset(&CLKCON, 1<<15); 38 s3c_regset32(&CLKCON, 1<<15);
39 39
40 /* Set channel 0, normal mode, disable "start by read" */ 40 /* Set channel 0, normal mode, disable "start by read" */
41 ADCCON &= ~(0x3F); 41 ADCCON &= ~(0x3F);