diff options
author | Ranjani Vaidyanathan <ra5478@freescale.com> | 2012-04-02 16:19:29 -0500 |
---|---|---|
committer | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-10-12 07:10:00 -0700 |
commit | 3b0498aa3c8eac44f28f6e42375378a0a7ada117 (patch) | |
tree | cec49d3b4cd46d0c49251cf624871fe28807decd /arch/arm/mach-mx6/clock.c | |
parent | 269e3f159ede5ecdc3b8207543f7cde48e9500e0 (diff) |
ENGR00178763: MX6-Fix TO1.0 boot-fail issue
TO1.0 parts donot boot properly after the following commit:
88d3af87222b37e454acd6a8de3b0cf18180da32
MX6-Switch ARM_CLK to PLL2_400MHz when ARM freq
is below 400MHz.
Correct gpt_clk was not getting enabled. Fix by adding the
appropriate gpt_clk.
Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/clock.c')
-rw-r--r-- | arch/arm/mach-mx6/clock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c index fa99bb6015e0..c84d43a17c5c 100644 --- a/arch/arm/mach-mx6/clock.c +++ b/arch/arm/mach-mx6/clock.c @@ -1934,6 +1934,7 @@ static struct clk gpt_clk[] = { .enable = _clk_enable, .disable = _clk_disable, .get_rate = _clk_gpt_get_rate, + .secondary = &gpt_clk[1], }, { __INIT_CLK_DEBUG(gpt_serial_clk) |