projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caee761
)
ARM: uniphier: remove unused SC_DPLLOSCCTRL
author
Masahiro Yamada
<
[email protected]
>
Fri, 28 Jun 2019 17:38:02 +0000
(
02:38
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Sat, 29 Jun 2019 13:31:15 +0000
(22:31 +0900)
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/mach-uniphier/sc-regs.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/sc-regs.h
b/arch/arm/mach-uniphier/sc-regs.h
index b105335f693108ad2a45dddf64217e9f9ab2bb68..28de19c039c2d774b083ffa905eec6da7365384b 100644
(file)
--- a/
arch/arm/mach-uniphier/sc-regs.h
+++ b/
arch/arm/mach-uniphier/sc-regs.h
@@
-12,10
+12,6
@@
#define SC_BASE_ADDR 0x61840000
-#define SC_DPLLOSCCTRL (SC_BASE_ADDR | 0x1110)
-#define SC_DPLLOSCCTRL_DPLLST (0x1 << 1)
-#define SC_DPLLOSCCTRL_DPLLEN (0x1 << 0)
-
#define SC_DPLLCTRL (SC_BASE_ADDR | 0x1200)
#define SC_DPLLCTRL_SSC_EN (0x1 << 31)
#define SC_DPLLCTRL_FOUTMODE_MASK (0xf << 16)