mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ipu_common: Rename MXC_CCM_BASE
Rename MXC_CCM_BASE to CCM_BASE_ADDR as this is already defined for MX6. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
e4942ad703
commit
477bca22f6
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ static void clk_ipu_disable(struct clk *clk)
|
|||
static struct clk ipu_clk = {
|
||||
.name = "ipu_clk",
|
||||
.rate = 133000000,
|
||||
.enable_reg = (u32 *)(MXC_CCM_BASE +
|
||||
.enable_reg = (u32 *)(CCM_BASE_ADDR +
|
||||
offsetof(struct mxc_ccm_reg, CCGR5)),
|
||||
.enable_shift = MXC_CCM_CCGR5_CG5_OFFSET,
|
||||
.enable = clk_ipu_enable,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue