public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] exynos: Set CNTFRQ
Date: Thu, 14 Apr 2016 19:41:17 +0900	[thread overview]
Message-ID: <570F73CD.6070409@samsung.com> (raw)
In-Reply-To: <AM4PR0401MB17321D57D6B5CC0AE4D555AF9AB40@AM4PR0401MB1732.eurprd04.prod.outlook.com>

On 11/03/16 01:35, york sun wrote:
> On 03/10/2016 05:18 AM, Alexander Graf wrote:
>> Commit 73a1cb27 moved the check whether we should set the architected
>> timer frequency from CONFIG_SYS_CLK_FREQ to CONFIG_TIMER_CLK_FREQ, but
>> did not update all users of it.
>>
>> The one where I (finally) realized why KVM didn't work is the Arndale
>> board, so this patch adds the respective define to it.
>>
>> Signed-off-by: Alexander Graf <agraf@suse.de>
>> Fixes: 73a1cb27
>>
>> ---
>>
>> v1 -> v2:
>>
>>   - Map to CONFIG_SYS_CLK_FREQ instead of redefining to the same number
>> ---
>>  include/configs/exynos-common.h | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
>> index 852829c..b61f889 100644
>> --- a/include/configs/exynos-common.h
>> +++ b/include/configs/exynos-common.h
>> @@ -31,6 +31,7 @@
>>  
>>  /* input clock of PLL: 24MHz input clock */
>>  #define CONFIG_SYS_CLK_FREQ		24000000
>> +#define CONFIG_TIMER_CLK_FREQ		CONFIG_SYS_CLK_FREQ
>>  
>>  #define CONFIG_SETUP_MEMORY_TAGS
>>  #define CONFIG_CMDLINE_TAG
>>
> 
> Reviewed-by: York Sun <york.sun@nxp.com>
> 
> 

Applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      reply	other threads:[~2016-04-14 10:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-01 20:41 [U-Boot] [PATCH] exynos: Set CNTFRQ Alexander Graf
2016-02-02  0:05 ` Simon Glass
2016-02-11  2:17 ` Minkyu Kang
2016-03-10 13:18   ` [U-Boot] [PATCH v2] " Alexander Graf
2016-03-10 16:33     ` york sun
2016-03-10 16:35     ` york sun
2016-04-14 10:41       ` Minkyu Kang [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=570F73CD.6070409@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /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