From: Dario Binacchi <dariobin@libero.it>
To: u-boot@lists.denx.de
Subject: [PATCH v2 06/30] arm: ti: am33xx: add DPLL_EN_FAST_RELOCK_BYPASS macro
Date: Sun, 6 Sep 2020 14:08:47 +0200 [thread overview]
Message-ID: <20200906120911.750-7-dariobin@libero.it> (raw)
In-Reply-To: <20200906120911.750-1-dariobin@libero.it>
Add missing DPLL_EN_FAST_RELOCK_BYPASS macro. Used to put the DPLL in
idle bypass fast relock mode.
Signed-off-by: Dario Binacchi <dariobin@libero.it>
---
(no changes since v1)
arch/arm/include/asm/arch-am33xx/clock.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/include/asm/arch-am33xx/clock.h b/arch/arm/include/asm/arch-am33xx/clock.h
index dc7a9b188d..5d775902bb 100644
--- a/arch/arm/include/asm/arch-am33xx/clock.h
+++ b/arch/arm/include/asm/arch-am33xx/clock.h
@@ -66,6 +66,7 @@
#define DPLL_EN_STOP 1
#define DPLL_EN_MN_BYPASS 4
#define DPLL_EN_LOW_POWER_BYPASS 5
+#define DPLL_EN_FAST_RELOCK_BYPASS 6
#define DPLL_EN_LOCK 7
/* CM_IDLEST_DPLL fields */
--
2.17.1
next prev parent reply other threads:[~2020-09-06 12:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-06 12:08 [PATCH v2 00/30] Add DM support for omap PWM backlight Dario Binacchi
2020-09-06 12:08 ` [PATCH v2 01/30] clk: remove a redundant header Dario Binacchi
2020-09-06 12:08 ` [PATCH v2 02/30] clk: export generic routines Dario Binacchi
2020-09-07 1:44 ` Simon Glass
2020-09-06 12:08 ` [PATCH v2 03/30] arch: sandbox: fix typo in clk.h Dario Binacchi
2020-09-06 12:08 ` [PATCH v2 04/30] clk: add clk_round_rate() Dario Binacchi
2020-09-06 12:08 ` [PATCH v2 05/30] clk: ti: add mux clock driver Dario Binacchi
2020-09-06 12:08 ` Dario Binacchi [this message]
2020-09-06 12:08 ` [PATCH v2 07/30] clk: ti: am33xx: add DPLL clock drivers Dario Binacchi
2020-09-17 6:57 ` [PATCH v2 00/30] Add DM support for omap PWM backlight Grygorii Strashko
2020-09-17 19:23 ` Dario Binacchi
2020-09-18 13:13 ` Grygorii Strashko
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=20200906120911.750-7-dariobin@libero.it \
--to=dariobin@libero.it \
--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