diff options
author | Ajay Kumar <ajaykumar.rs@samsung.com> | 2014-09-05 16:53:32 +0530 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-09-05 20:37:07 +0900 |
commit | 496f0e47e1019844b82026c498827501542f8d79 (patch) | |
tree | 81daf323f1dbfe8045a9c2aafa2c2d0fb42d4dce /arch/arm/include/asm/arch-exynos/clk.h | |
parent | e6756f6a2e2edfd6dc1aa44221f15fbd24dede31 (diff) | |
download | u-boot-imx-496f0e47e1019844b82026c498827501542f8d79.zip u-boot-imx-496f0e47e1019844b82026c498827501542f8d79.tar.gz u-boot-imx-496f0e47e1019844b82026c498827501542f8d79.tar.bz2 |
arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420
Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by
exynos video driver.
Also, configure ACLK_400_DISP1 as the parent for MUX_ACLK_400_DISP1_SUB_SEL.
Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
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 ffbc07e..db24dc0 100644 --- a/arch/arm/include/asm/arch-exynos/clk.h +++ b/arch/arm/include/asm/arch-exynos/clk.h @@ -15,6 +15,7 @@ #define VPLL 4 #define BPLL 5 #define RPLL 6 +#define SPLL 7 #define MASK_PRE_RATIO(x) (0xff << ((x << 4) + 8)) #define MASK_RATIO(x) (0xf << (x << 4)) |