summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2014-04-19 22:12:18 +0200
committerTom Rini <trini@ti.com>2014-05-13 19:42:59 -0400
commit4b97bcbe20d185f116b70613c42649e8a0a5146b (patch)
tree0c9acb845fcb4aa06ec32396f28758392bb27d8a /board
parent0eaf416eea55264a75a5b388280e28574aab5e11 (diff)
downloadblackbird-obmc-uboot-4b97bcbe20d185f116b70613c42649e8a0a5146b.tar.gz
blackbird-obmc-uboot-4b97bcbe20d185f116b70613c42649e8a0a5146b.zip
am33xx: add SSC enable macro
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Diffstat (limited to 'board')
-rw-r--r--board/siemens/rut/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/rut/board.c b/board/siemens/rut/board.c
index e0ada3f6a5..1752df2c4f 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;
OpenPOWER on IntegriCloud