···2525 explicitly if different */
2626#define INPUT_SRC_CAPS SRC_CAP_MIC
27272828-2929-3028/* define this if you have a colour LCD */
3129#define HAVE_LCD_COLOR
3230···161159#define CURRENT_MAX_CHG 200
162160163161/* Define this to the CPU frequency */
164164-#define CPU_FREQ 454000000
162162+#define CPU_FREQ 200000000
165163166164/* Type of LCD */
167165#define CONFIG_LCD LCD_CREATIVEZENV
···188186#define BOOTDIR "/.rockbox"
189187190188#define INCLUDE_TIMEOUT_API
191191-192192-
+2-2
firmware/target/arm/imx233/emi-imx233.c
···4040 * Values from IMX233 manual, for Mobile DDR 7.5ns (133 MHz and 64MHz)
4141 * Make sure the last value is written to register 40. */
42424343+#if IMX233_SUBTARGET >= 3700
4344static struct emi_reg_t settings_60M[15] ICONST_ATTR =
4445{
4546 {4, 0x01000101}, /* DLL bypass mode, concurrent auto-precharge and bank split */
···82838384static void set_frequency(unsigned long freq) ICODE_ATTR;
84858585-#if IMX233_SUBTARGET >= 3700
8686static void set_frequency(unsigned long freq)
8787{
8888 /** WARNING all restriction of imx233_emi_set_frequency apply here !! */
···217217 info.size = 2 * (1 << (info.rows + info.columns)) * info.chips * info.banks;
218218#endif
219219 return info;
220220-}220220+}
+2-2
firmware/target/arm/imx233/ssp-imx233.c
···88 * $Id$
99 *
1010 * Copyright (C) 2011 by Amaury Pouly
1111- *
1111+ *
1212 * This program is free software; you can redistribute it and/or
1313 * modify it under the terms of the GNU General Public License
1414 * as published by the Free Software Foundation; either version 2
···262262{
263263 (void) enable_pullups;
264264 (void) bus_width;
265265+#ifdef VPIN_SSP2_CMD
265266 unsigned clk_drive = PINCTRL_DRIVE_8mA;
266267 unsigned dat_drive = PINCTRL_DRIVE_4mA;
267267-#ifdef VPIN_SSP2_CMD
268268 /* SSP_{CMD,SCK} */
269269 imx233_pinctrl_setup_vpin(VPIN_SSP2_CMD, "ssp2_cmd", dat_drive, enable_pullups);
270270 imx233_pinctrl_setup_vpin(VPIN_SSP2_SCK, "ssp2_sck", clk_drive, false);