mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-05 04:33:05 +09:00
Revert "clk: rockchip: rk1808: fix PMU_CRU offset"
This reverts commit 3e9d3367b9.
PMU_CRU offset is 0x4000
Change-Id: Ibce2c7fc6b7995c128dde4809446b1b428f893aa
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -107,10 +107,10 @@ struct clk;
|
||||
#define RK1808_EMMC_CON0 0x390
|
||||
#define RK1808_EMMC_CON1 0x394
|
||||
|
||||
#define RK1808_PMU_PLL_CON(x) ((x) * 0x4 + 0xc000)
|
||||
#define RK1808_PMU_MODE_CON 0xc020
|
||||
#define RK1808_PMU_CLKSEL_CON(x) ((x) * 0x4 + 0xc040)
|
||||
#define RK1808_PMU_CLKGATE_CON(x) ((x) * 0x4 + 0xc080)
|
||||
#define RK1808_PMU_PLL_CON(x) ((x) * 0x4 + 0x4000)
|
||||
#define RK1808_PMU_MODE_CON 0x4020
|
||||
#define RK1808_PMU_CLKSEL_CON(x) ((x) * 0x4 + 0x4040)
|
||||
#define RK1808_PMU_CLKGATE_CON(x) ((x) * 0x4 + 0x4080)
|
||||
|
||||
#define RK2928_PLL_CON(x) ((x) * 0x4)
|
||||
#define RK2928_MODE_CON 0x40
|
||||
|
||||
Reference in New Issue
Block a user