projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d09f063
)
arm: ti: am33xx: add DPLL_EN_FAST_RELOCK_BYPASS macro
author
Dario Binacchi
<dariobin@libero.it>
Tue, 29 Dec 2020 23:06:33 +0000
(
00:06
+0100)
committer
Lokesh Vutla
<lokeshvutla@ti.com>
Tue, 12 Jan 2021 05:28:04 +0000
(10:58 +0530)
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>
arch/arm/include/asm/arch-am33xx/clock.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-am33xx/clock.h
b/arch/arm/include/asm/arch-am33xx/clock.h
index
dc7a9b1
..
5d77590
100644
(file)
--- 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 */