summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/system-imx31.c')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/system-imx31.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/system-imx31.c b/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
index a8af583212..6d4797e9df 100644
--- a/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
+++ b/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
@@ -89,14 +89,14 @@ void system_init(void)
89 /* MCR WFI enables wait mode */ 89 /* MCR WFI enables wait mode */
90 CLKCTL_CCMR &= ~(3 << 14); 90 CLKCTL_CCMR &= ~(3 << 14);
91 91
92 imx31_regmod32(&SDHC1_CLOCK_CONTROL, STOP_CLK, STOP_CLK); 92 imx31_regset32(&SDHC1_CLOCK_CONTROL, STOP_CLK);
93 imx31_regmod32(&SDHC2_CLOCK_CONTROL, STOP_CLK, STOP_CLK); 93 imx31_regset32(&SDHC2_CLOCK_CONTROL, STOP_CLK);
94 imx31_regmod32(&RNGA_CONTROL, RNGA_CONTROL_SLEEP, RNGA_CONTROL_SLEEP); 94 imx31_regset32(&RNGA_CONTROL, RNGA_CONTROL_SLEEP);
95 imx31_regmod32(&UCR1_1, 0, EUARTUCR1_UARTEN); 95 imx31_regclr32(&UCR1_1, EUARTUCR1_UARTEN);
96 imx31_regmod32(&UCR1_2, 0, EUARTUCR1_UARTEN); 96 imx31_regclr32(&UCR1_2, EUARTUCR1_UARTEN);
97 imx31_regmod32(&UCR1_3, 0, EUARTUCR1_UARTEN); 97 imx31_regclr32(&UCR1_3, EUARTUCR1_UARTEN);
98 imx31_regmod32(&UCR1_4, 0, EUARTUCR1_UARTEN); 98 imx31_regclr32(&UCR1_4, EUARTUCR1_UARTEN);
99 imx31_regmod32(&UCR1_5, 0, EUARTUCR1_UARTEN); 99 imx31_regclr32(&UCR1_5, EUARTUCR1_UARTEN);
100 100
101 for (i = 0; i < ARRAYLEN(disable_clocks); i++) 101 for (i = 0; i < ARRAYLEN(disable_clocks); i++)
102 imx31_clkctl_module_clock_gating(disable_clocks[i], CGM_OFF); 102 imx31_clkctl_module_clock_gating(disable_clocks[i], CGM_OFF);