diff options
author | ZhengShunQian <zhengsq@rock-chips.com> | 2015-08-11 06:13:40 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-12-12 14:02:22 -0500 |
commit | b457c1e440fc8580563ed7a5c3156573ecaf3dfc (patch) | |
tree | cd7fc9bfb9a30e5b1f591c0c1f83ace0fbd42200 | |
parent | abf1296599fd679ece61a6c145cc7ee0c490e573 (diff) |
clk: rockchip: Add the clock ids of rk3288 eFuses
Add clock-ids for the two efuse blocks of the rk3288.
Signed-off-by: ZhengShunQian <zhengsq@rock-chips.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | include/dt-bindings/clock/rk3288-cru.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index be88eaf6b053..9a586e2d9c91 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h | |||
@@ -166,6 +166,8 @@ | |||
166 | #define PCLK_DDRUPCTL1 366 | 166 | #define PCLK_DDRUPCTL1 366 |
167 | #define PCLK_PUBL1 367 | 167 | #define PCLK_PUBL1 367 |
168 | #define PCLK_WDT 368 | 168 | #define PCLK_WDT 368 |
169 | #define PCLK_EFUSE256 369 | ||
170 | #define PCLK_EFUSE1024 370 | ||
169 | 171 | ||
170 | /* hclk gates */ | 172 | /* hclk gates */ |
171 | #define HCLK_GPS 448 | 173 | #define HCLK_GPS 448 |