All pastes #2051018 Raw Edit

Something

public text v1 · immutable
#2051018 ·published 2011-04-26 21:52 UTC
rendered paste body
diff --git a/arch/arm/mach-mxs/clock-mx23.c b/arch/arm/mach-mxs/clock-mx23.c
index c3577ea..0c65bcf 100644
--- a/arch/arm/mach-mxs/clock-mx23.c
+++ b/arch/arm/mach-mxs/clock-mx23.c
@@ -454,6 +454,8 @@ static struct clk_lookup lookups[] = {
        _REGISTER_CLOCK("mxs-pwm.3", NULL, pwm_clk)
        _REGISTER_CLOCK("mxs-pwm.4", NULL, pwm_clk)
        _REGISTER_CLOCK("imx23-fb", NULL, lcdif_clk)
+       _REGISTER_CLOCK("mxs-mmc.0", NULL, ssp_clk)
+       _REGISTER_CLOCK("mxs-mmc.1", NULL, ssp_clk)
 };