From 6eb7119b5fa1a2543344032050866f01e6d444ef Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 16 Apr 2013 12:56:48 +0200 Subject: ARM: MXS: remove board specific clock setups Some boards have board specific special clock setups. These are now done in the SoC specific clock drivers. It is assumed that most board specific clock setup is done based on copy/paste from U-Boot. The generalized clock setup differs from some boards: - ioclk are adjusted to 480MHz - ssp clocks are adjusted to 96MHz - enet out clock is enabled Some boards adjusted the ioclk to 320MHz and the ssp clock to 160MHz. Signed-off-by: Sascha Hauer --- arch/arm/boards/chumby_falconwing/falconwing.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/arm/boards/chumby_falconwing') diff --git a/arch/arm/boards/chumby_falconwing/falconwing.c b/arch/arm/boards/chumby_falconwing/falconwing.c index 720fe325d4..ab73be6f94 100644 --- a/arch/arm/boards/chumby_falconwing/falconwing.c +++ b/arch/arm/boards/chumby_falconwing/falconwing.c @@ -290,9 +290,6 @@ static int falconwing_devices_init(void) for (i = 0; i < ARRAY_SIZE(pad_setup); i++) imx_gpio_mode(pad_setup[i]); - imx_set_ioclk(480000000); /* enable IOCLK to run at the PLL frequency */ - /* run the SSP unit clock at 100,000 kHz */ - imx_set_sspclk(0, 100000000, 1); add_generic_device("mxs_mci", 0, NULL, IMX_SSP1_BASE, 0x2000, IORESOURCE_MEM, &mci_pdata); add_generic_device("stmfb", 0, NULL, IMX_FB_BASE, 4096, -- cgit v1.2.3