diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-06-29 02:38:02 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-06-29 22:31:15 +0900 |
commit | 3f0d299e88859b8e9ea12b5f9dd694ad646f0d05 (patch) | |
tree | 718f851c033f9e8cd07f9fb0cb69c03c3915f3d8 /arch/arm/mach-uniphier/sc-regs.h | |
parent | caee7619a99ed54f9bc1d2d0e0872739576382e8 (diff) | |
download | u-boot-3f0d299e88859b8e9ea12b5f9dd694ad646f0d05.tar.gz u-boot-3f0d299e88859b8e9ea12b5f9dd694ad646f0d05.tar.bz2 u-boot-3f0d299e88859b8e9ea12b5f9dd694ad646f0d05.zip |
ARM: uniphier: remove unused SC_DPLLOSCCTRL
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/sc-regs.h')
-rw-r--r-- | arch/arm/mach-uniphier/sc-regs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-uniphier/sc-regs.h b/arch/arm/mach-uniphier/sc-regs.h index b105335f69..28de19c039 100644 --- 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) |