diff options
author | ZhengShunQian <zhengsq@rock-chips.com> | 2015-08-11 12:13:40 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-12-12 20:02:22 +0100 |
commit | b457c1e440fc8580563ed7a5c3156573ecaf3dfc (patch) | |
tree | cd7fc9bfb9a30e5b1f591c0c1f83ace0fbd42200 /include/dt-bindings/clock/rk3288-cru.h | |
parent | clk: rockchip: add dt-binding header for rk3228 (diff) | |
download | linux-b457c1e440fc8580563ed7a5c3156573ecaf3dfc.tar.xz linux-b457c1e440fc8580563ed7a5c3156573ecaf3dfc.zip |
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/clock/rk3288-cru.h')
-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 @@ #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 |