diff options
author | ZhengShunQian <zhengsq@rock-chips.com> | 2015-08-11 10:13:40 (GMT) |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-12-12 19:02:22 (GMT) |
commit | b457c1e440fc8580563ed7a5c3156573ecaf3dfc (patch) | |
tree | cd7fc9bfb9a30e5b1f591c0c1f83ace0fbd42200 /include/dt-bindings | |
parent | abf1296599fd679ece61a6c145cc7ee0c490e573 (diff) | |
download | linux-b457c1e440fc8580563ed7a5c3156573ecaf3dfc.tar.xz |
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>
Diffstat (limited to 'include/dt-bindings')
-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 be88eaf..9a586e2 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -166,6 +166,8 @@ #define PCLK_DDRUPCTL1 366 #define PCLK_PUBL1 367 #define PCLK_WDT 368 +#define PCLK_EFUSE256 369 +#define PCLK_EFUSE1024 370 /* hclk gates */ #define HCLK_GPS 448 |