mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-25 16:12:05 +00: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
Add a link
Reference in a new issue