diff options
author | Jacob Chen <jacob-chen@iotwrt.com> | 2017-01-10 19:59:17 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-01-13 16:42:16 +0100 |
commit | 6547653050f1cddf62d1615a1cca196838ab0018 (patch) | |
tree | 222f344644b0a1ce8ed21cd5c62fd71141baa25a | |
parent | 6cc1aef0ad0daea0c6ba5432a8a6fe1c30661e4c (diff) |
clk: rockchip: add rk3288 isp_in clock ids
Add clock-ids for the isp block of the rk3288.
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | include/dt-bindings/clock/rk3288-cru.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index 9a586e2d9c91..08de7de649e2 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -168,6 +168,7 @@ #define PCLK_WDT 368 #define PCLK_EFUSE256 369 #define PCLK_EFUSE1024 370 +#define PCLK_ISP_IN 371 /* hclk gates */ #define HCLK_GPS 448 |