diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-04-19 22:12:18 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-13 19:42:59 -0400 |
commit | 4b97bcbe20d185f116b70613c42649e8a0a5146b (patch) | |
tree | 0c9acb845fcb4aa06ec32396f28758392bb27d8a /board/siemens | |
parent | 0eaf416eea55264a75a5b388280e28574aab5e11 (diff) | |
download | u-boot-imx-4b97bcbe20d185f116b70613c42649e8a0a5146b.zip u-boot-imx-4b97bcbe20d185f116b70613c42649e8a0a5146b.tar.gz u-boot-imx-4b97bcbe20d185f116b70613c42649e8a0a5146b.tar.bz2 |
am33xx: add SSC enable macro
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Diffstat (limited to 'board/siemens')
-rw-r--r-- | board/siemens/rut/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/rut/board.c b/board/siemens/rut/board.c index e0ada3f..1752df2 100644 --- a/board/siemens/rut/board.c +++ b/board/siemens/rut/board.c @@ -400,7 +400,7 @@ static int conf_disp_pll(int m, int n) #if defined(DISPL_PLL_SPREAD_SPECTRUM) writel(0x64, &cmwkup->resv6[3]); /* 0x50 */ writel(0x800, &cmwkup->resv6[2]); /* 0x4c */ - writel(readl(&cmwkup->clkmoddplldisp) | (1 << 12), + writel(readl(&cmwkup->clkmoddplldisp) | CM_CLKMODE_DPLL_SSC_EN_MASK, &cmwkup->clkmoddplldisp); /* 0x98 */ #endif return 0; |