summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/clock.c
diff options
context:
space:
mode:
authorWayne Zou <b36644@freescale.com>2012-04-04 20:38:37 +0800
committerWayne Zou <b36644@freescale.com>2012-04-06 18:13:55 +0800
commitfbe5ce3fb8498ee1f322fb07566886c5408d8c31 (patch)
treecfb06f388e9ebc8442b6718275d71cc9d344caff /arch/arm/mach-mx6/clock.c
parente05ec79f8ba1c5b6386780db33cfa77cce441768 (diff)
ENGR00178875-1 VDOA: Add vdoa support on i.MX6 SOC platform
Add vdoa support on i.MX6 SOC platform Signed-off-by: Wayne Zou <b36644@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/clock.c')
-rw-r--r--arch/arm/mach-mx6/clock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c
index c5074d32c620..43ca85f9c7a6 100644
--- a/arch/arm/mach-mx6/clock.c
+++ b/arch/arm/mach-mx6/clock.c
@@ -1903,8 +1903,8 @@ static struct clk vdo_axi_clk = {
static struct clk vdoa_clk = {
__INIT_CLK_DEBUG(vdoa_clk)
.id = 0,
- .parent = &axi_clk,
- .secondary = &mx6fast1_clk,
+ .parent = &vdo_axi_clk,
+ .secondary = &ipg_clk,
.enable_reg = MXC_CCM_CCGR2,
.enable_shift = MXC_CCM_CCGRx_CG13_OFFSET,
.enable = _clk_enable,
@@ -5113,7 +5113,7 @@ static struct clk_lookup lookups[] = {
_REGISTER_CLOCK(NULL, "hdmi_isfr_clk", hdmi_clk[0]),
_REGISTER_CLOCK(NULL, "hdmi_iahb_clk", hdmi_clk[1]),
_REGISTER_CLOCK(NULL, "mipi_pllref_clk", mipi_pllref_clk),
- _REGISTER_CLOCK(NULL, NULL, vdoa_clk),
+ _REGISTER_CLOCK(NULL, "vdoa", vdoa_clk),
_REGISTER_CLOCK(NULL, NULL, aips_tz2_clk),
_REGISTER_CLOCK(NULL, NULL, aips_tz1_clk),
_REGISTER_CLOCK(NULL, "clko_clk", clko_clk),