summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/clock_mx6sl.c
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2012-05-17 15:17:37 -0500
committerJason Liu <r64343@freescale.com>2012-07-20 13:37:43 +0800
commitccb8a5e37df8881f2ef44a82501a63bee46316b2 (patch)
tree44c0ad4fbee7331a117cb46c05fccf7f933f467d /arch/arm/mach-mx6/clock_mx6sl.c
parentc414cdef98a74af4c9fdf1ba4d21e7731ec394c4 (diff)
ENGR00209883-1 - EPDC fb: Add support for MX 6SoloLite ARM2 board
- Add EPDC and Max17135 structures and initialization calls to the MX6SL ARM2 board file - Add IOMUX configuration defines and GPIO defines for EPDC/Max17135 - Remove prints/debug from EPDC-related clocks. Signed-off-by: Danny Nold <dannynold@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/clock_mx6sl.c')
-rwxr-xr-xarch/arm/mach-mx6/clock_mx6sl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mx6/clock_mx6sl.c b/arch/arm/mach-mx6/clock_mx6sl.c
index ada76d716a89..20cfd922584d 100755
--- a/arch/arm/mach-mx6/clock_mx6sl.c
+++ b/arch/arm/mach-mx6/clock_mx6sl.c
@@ -2414,9 +2414,6 @@ static unsigned long _clk_epdc_lcdif_pix_round_rate(struct clk *clk,
__calc_pre_post_dividers(1 << 3, div, &pre, &post);
- printk("round_rate: parent_rate = %d, rate = %d, div = %d, pre = %d, post = %d\n",
- parent_rate, rate, div, pre, post);
-
return parent_rate / (pre * post);
}