aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/clock.c
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-08-30 16:00:52 +0800
committerEric Miao <eric.miao@linaro.org>2011-12-19 11:24:08 +0800
commit1d7b5d6edebeb998535f868411fe055e6498c401 (patch)
treeaa9218839a20b2edfa78acd31b1d722dea1f161a /arch/arm/mach-mx5/clock.c
parent1959481dba3815d511b00a354d83dba48520bcbf (diff)
ipuv3: add base driver for ipuv3
Base IPUv3 driver copied directly from linux-imx-2.6.38. Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx5/clock.c')
-rw-r--r--arch/arm/mach-mx5/clock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx5/clock.c b/arch/arm/mach-mx5/clock.c
index ddcba085755..5170211e9d2 100644
--- a/arch/arm/mach-mx5/clock.c
+++ b/arch/arm/mach-mx5/clock.c
@@ -4439,9 +4439,9 @@ static struct clk_lookup lookups[] = {
_REGISTER_CLOCK(NULL, "vpu_core_clk", vpu_clk[1]),
_REGISTER_CLOCK(NULL, "nfc_clk", emi_enfc_clk),
_REGISTER_CLOCK("imx-sdma", NULL, sdma_clk[0]),
- _REGISTER_CLOCK(NULL, "ipu_clk", ipu_clk[0]),
- _REGISTER_CLOCK(NULL, "ipu_di0_clk", ipu_di_clk[0]),
- _REGISTER_CLOCK(NULL, "ipu_di1_clk", ipu_di_clk[1]),
+ _REGISTER_CLOCK(NULL, "ipu1_clk", ipu_clk[0]),
+ _REGISTER_CLOCK(NULL, "ipu1_di0_clk", ipu_di_clk[0]),
+ _REGISTER_CLOCK(NULL, "ipu1_di1_clk", ipu_di_clk[1]),
_REGISTER_CLOCK(NULL, "csi_mclk1", csi0_clk),
_REGISTER_CLOCK(NULL, "csi_mclk2", csi1_clk),
_REGISTER_CLOCK(NULL, "tve_clk", tve_clk),