summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2009-01-03 07:29:26 +0000
committerMichael Sevakis <jethead71@rockbox.org>2009-01-03 07:29:26 +0000
commitd14f79dc7b4888b345ec2b71c36ca432d23c5711 (patch)
tree747931aee146a8fd25636ad869a28ce9f1c188a6 /firmware/target
parentfe42f8c59a3eba4857ec0921e181224b98e985c1 (diff)
downloadrockbox-d14f79dc7b4888b345ec2b71c36ca432d23c5711.tar.gz
rockbox-d14f79dc7b4888b345ec2b71c36ca432d23c5711.zip
Gigabeat S: Ensure a few more clocks are stopped for things we aren't using at the moment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19654 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/system-imx31.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/system-imx31.c b/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
index 7d778fb8fd..1e084485ac 100644
--- a/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
+++ b/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
@@ -74,7 +74,9 @@ void system_init(void)
74 /* CGR0 */ 74 /* CGR0 */
75 CG_SD_MMC1, 75 CG_SD_MMC1,
76 CG_SD_MMC2, 76 CG_SD_MMC2,
77 CG_GPT,
77 CG_IIM, 78 CG_IIM,
79 CG_SDMA,
78 CG_CSPI3, 80 CG_CSPI3,
79 CG_RNG, 81 CG_RNG,
80 CG_UART1, 82 CG_UART1,
@@ -89,8 +91,9 @@ void system_init(void)
89 CG_MEMSTICK1, 91 CG_MEMSTICK1,
90 CG_MEMSTICK2, 92 CG_MEMSTICK2,
91 CG_CSI, 93 CG_CSI,
92 CG_PWM, 94 CG_RTC,
93 CG_WDOG, 95 CG_WDOG,
96 CG_PWM,
94 CG_SIM, 97 CG_SIM,
95 CG_ECT, 98 CG_ECT,
96 CG_USBOTG, 99 CG_USBOTG,