summaryrefslogtreecommitdiff
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
parentfe42f8c59a3eba4857ec0921e181224b98e985c1 (diff)
downloadrockbox-d14f79dc7b4888b345ec2b71c36ca432d23c5711.zip
rockbox-d14f79dc7b4888b345ec2b71c36ca432d23c5711.tar.gz
rockbox-d14f79dc7b4888b345ec2b71c36ca432d23c5711.tar.bz2
rockbox-d14f79dc7b4888b345ec2b71c36ca432d23c5711.tar.xz
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
-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 7d778fb..1e08448 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)
/* CGR0 */
CG_SD_MMC1,
CG_SD_MMC2,
+ CG_GPT,
CG_IIM,
+ CG_SDMA,
CG_CSPI3,
CG_RNG,
CG_UART1,
@@ -89,8 +91,9 @@ void system_init(void)
CG_MEMSTICK1,
CG_MEMSTICK2,
CG_CSI,
- CG_PWM,
+ CG_RTC,
CG_WDOG,
+ CG_PWM,
CG_SIM,
CG_ECT,
CG_USBOTG,