summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/clk.h
diff options
context:
space:
mode:
authorFinley Xiao <finley.xiao@rock-chips.com>2018-01-11 21:33:30 +0800
committerTao Huang <huangtao@rock-chips.com>2018-01-18 16:52:22 +0800
commit8b31d4d2dafdd116bff89c70af856addd6668e2d (patch)
tree69b0dc66851a26837741fbed807a5d5af79d414f /drivers/clk/rockchip/clk.h
parent886cb9ab591b0075f74adb518866e47f3bb24d87 (diff)
clk: rockchip: px30: Modify clk tree according to latest document
Change-Id: Ib8d983509792b13c1cc84c78af0f572b89053cc7 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Diffstat (limited to 'drivers/clk/rockchip/clk.h')
-rw-r--r--drivers/clk/rockchip/clk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk.h b/drivers/clk/rockchip/clk.h
index 1eab09f2716c..5dd8f16323d8 100644
--- a/drivers/clk/rockchip/clk.h
+++ b/drivers/clk/rockchip/clk.h
@@ -51,7 +51,7 @@ struct clk;
#define PX30_PMU_PLL_CON(x) ((x) * 0x4)
#define PX30_PMU_CLKSEL_CON(x) ((x) * 0x4 + 0x40)
-#define PX30_PMU_CLKGATE_CON(x) ((x) * 0x4 + 0x58)
+#define PX30_PMU_CLKGATE_CON(x) ((x) * 0x4 + 0x80)
#define PX30_PMU_MODE 0x0020
#define PX30_BOOST_PLL_H_CON(x) ((x) * 0x4 + 0x8000)