From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] odroid: fix g2d sclk rate
Date: Fri, 13 Feb 2015 17:25:51 +0900 [thread overview]
Message-ID: <54DDB50F.50203@samsung.com> (raw)
In-Reply-To: <1422001807-1515-1-git-send-email-jy0922.shim@samsung.com>
On 23/01/15 17:30, Joonyoung Shim wrote:
> G2D core should be provided 200MHz clock rate.
>
> Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
> ---
> board/samsung/odroid/odroid.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/samsung/odroid/odroid.c b/board/samsung/odroid/odroid.c
> index b7d2381..1554b9d 100644
> --- a/board/samsung/odroid/odroid.c
> +++ b/board/samsung/odroid/odroid.c
> @@ -248,12 +248,12 @@ static void board_clock_init(void)
> * MOUTc2c = 800 Mhz
> * MOUTpwi = 108 MHz
> *
> - * sclk_g2d_acp = MOUTg2d / (ratio + 1) = 400 (1)
> + * sclk_g2d_acp = MOUTg2d / (ratio + 1) = 200 (3)
> * sclk_c2c = MOUTc2c / (ratio + 1) = 400 (1)
> * aclk_c2c = sclk_c2c / (ratio + 1) = 200 (1)
> * sclk_pwi = MOUTpwi / (ratio + 1) = 18 (5)
> */
> - set = G2D_ACP_RATIO(1) | C2C_RATIO(1) | PWI_RATIO(5) |
> + set = G2D_ACP_RATIO(3) | C2C_RATIO(1) | PWI_RATIO(5) |
> C2C_ACLK_RATIO(1) | DVSEM_RATIO(1) | DPM_RATIO(1);
>
> clrsetbits_le32(&clk->div_dmc1, clr, set);
>
applied to u-boot-samsung.
Thank,
Minkyu Kang.
prev parent reply other threads:[~2015-02-13 8:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-23 8:30 [U-Boot] [PATCH] odroid: fix g2d sclk rate Joonyoung Shim
2015-02-13 8:25 ` 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=54DDB50F.50203@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.