From: Stephen Boyd <sboyd@codeaurora.org>
To: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: t-kristo@ti.com, Michael Turquette <mturquette@baylibre.com>,
nsekhar@ti.com, linux-omap@vger.kernel.org,
linux-clk@vger.kernel.org, Tony Lindgren <tony@atomide.com>
Subject: Re: [PATCH] clk: ti: dra7: fix kernel boot with arg 'clocksource=gp_timer'
Date: Fri, 15 Apr 2016 17:30:15 -0700 [thread overview]
Message-ID: <20160416003015.GI26353@codeaurora.org> (raw)
In-Reply-To: <1449767025-2438-1-git-send-email-grygorii.strashko@ti.com>
On 12/10, Grygorii Strashko wrote:
> The OMAP Platform code provides possibility to select GP Timer as
> default clocksource instead of counter_32K by using bootcmd parameter
> 'clocksource', but the system will crash during early boot when this
> option is used on dra7 or omap5 platforms, because it will hit BUG()
> statement:
>
> omap2_gptimer_clocksource_init
> ->BUG_ON(res);
>
> This happens because clk_dev alias "sys_clkin_ck" is not registered.
> Hence, fix it by adding missing "sys_clkin_ck" clk_dev aliases
> definitions for omap5 and dra7.
>
> Cc: Tero Kristo <t-kristo@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
> ---
Applied to clk-next
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
prev parent reply other threads:[~2016-04-16 0:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-10 17:03 [PATCH] clk: ti: dra7: fix kernel boot with arg 'clocksource=gp_timer' Grygorii Strashko
2016-04-13 12:50 ` Tero Kristo
2016-04-16 0:30 ` Stephen Boyd [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160416003015.GI26353@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=grygorii.strashko@ti.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=nsekhar@ti.com \
--cc=t-kristo@ti.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).