1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-13 22:12:06 +02:00

Merge git://git.denx.de/u-boot-samsung

This commit is contained in:
Tom Rini
2015-02-13 13:11:33 -05:00
8 changed files with 433 additions and 385 deletions

View File

@@ -26,6 +26,10 @@ enum pll_src_bit {
EXYNOS_SRC_MPLL = 6,
EXYNOS_SRC_EPLL,
EXYNOS_SRC_VPLL,
EXYNOS542X_SRC_MPLL = 3,
EXYNOS542X_SRC_SPLL,
EXYNOS542X_SRC_EPLL = 6,
EXYNOS542X_SRC_RPLL,
};
unsigned long get_pll_clk(int pllreg);