From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] am33xx: add SSC enable macro
Date: Thu, 17 Apr 2014 14:31:37 -0400 [thread overview]
Message-ID: <20140417183137.GA5698@bill-the-cat> (raw)
In-Reply-To: <1397122525-14772-1-git-send-email-yegorslists@googlemail.com>
On Thu, Apr 10, 2014 at 11:35:25AM +0200, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
> arch/arm/include/asm/arch-am33xx/clock.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-am33xx/clock.h b/arch/arm/include/asm/arch-am33xx/clock.h
> index 7637457..f00fad3 100644
> --- a/arch/arm/include/asm/arch-am33xx/clock.h
> +++ b/arch/arm/include/asm/arch-am33xx/clock.h
> @@ -42,6 +42,8 @@
> #define MODULE_CLKCTRL_IDLEST_DISABLED 3
>
> /* CM_CLKMODE_DPLL */
> +#define CM_CLKMODE_DPLL_SSC_EN_SHIFT 12
> +#define CM_CLKMODE_DPLL_SSC_EN_MASK (1 << 12)
> #define CM_CLKMODE_DPLL_REGM4XEN_SHIFT 11
> #define CM_CLKMODE_DPLL_REGM4XEN_MASK (1 << 11)
> #define CM_CLKMODE_DPLL_LPMODE_EN_SHIFT 10
OK, but what's going to use this? Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140417/c10ab3ee/attachment.pgp>
next prev parent reply other threads:[~2014-04-17 18:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-10 9:35 [U-Boot] [PATCH] am33xx: add SSC enable macro yegorslists at googlemail.com
2014-04-17 18:31 ` Tom Rini [this message]
2014-04-18 14:29 ` Yegor Yefremov
2014-04-18 14:39 ` Tom Rini
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=20140417183137.GA5698@bill-the-cat \
--to=trini@ti.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