]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-exynos/clock.h
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
[karo-tx-uboot.git] / arch / arm / include / asm / arch-exynos / clock.h
index 90271f1a489c70676be6cec711ae7db19effb1ec..fce38efbb259892d9511a12b893e41197061792c 100644 (file)
@@ -596,4 +596,9 @@ struct exynos5_clock {
        unsigned char   res123[0xf5d8];
 };
 #endif
+
+#define MPLL_FOUT_SEL_SHIFT    4
+#define MPLL_FOUT_SEL_MASK     0x1
+#define BPLL_FOUT_SEL_SHIFT    0
+#define BPLL_FOUT_SEL_MASK     0x1
 #endif