diff options
Diffstat (limited to 'src/cpu/samsung/exynos5420/setup.h')
-rw-r--r-- | src/cpu/samsung/exynos5420/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5420/setup.h b/src/cpu/samsung/exynos5420/setup.h index 8f14a91602..ca7281dd82 100644 --- a/src/cpu/samsung/exynos5420/setup.h +++ b/src/cpu/samsung/exynos5420/setup.h @@ -48,6 +48,8 @@ struct exynos5_phy_control; #define APLL_FOUT (1 << 0) #define KPLL_FOUT (1 << 0) +#define CLK_DIV_CPERI1_VAL 0x3f3f0000 + /* APLL_CON1 */ #define APLL_CON1_VAL (0x0020f300) |