diff options
| author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-06 09:32:42 +0100 |
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-06 09:32:42 +0100 |
| commit | 4b0561d84198f8d696fd51cfc27aeac8c7482a8c (patch) | |
| tree | b606414d6bfe1332209a282955233a1d87547f40 /arch/arm/include/asm/arch-exynos/clk.h | |
| parent | a891601ce51edbafa1a2750c96a618e4fcbca1c2 (diff) | |
| parent | a5e15bbb42512ee5be53967019e9649816790d7e (diff) | |
| download | olio-uboot-2014.01-4b0561d84198f8d696fd51cfc27aeac8c7482a8c.tar.xz olio-uboot-2014.01-4b0561d84198f8d696fd51cfc27aeac8c7482a8c.zip | |
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/clk.h')
| -rw-r--r-- | arch/arm/include/asm/arch-exynos/clk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/clk.h b/arch/arm/include/asm/arch-exynos/clk.h index 1d6fa9370..cdeef324c 100644 --- a/arch/arm/include/asm/arch-exynos/clk.h +++ b/arch/arm/include/asm/arch-exynos/clk.h @@ -14,6 +14,7 @@ #define HPLL 3 #define VPLL 4 #define BPLL 5 +#define RPLL 6 enum pll_src_bit { EXYNOS_SRC_MPLL = 6, |