diff options
author | Jacob Chen <jacob-chen@iotwrt.com> | 2017-01-18 13:42:38 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-01-22 17:07:03 +0100 |
commit | db86dadf18c86d984f1162e10da9ab173fc7c092 (patch) | |
tree | e756bf3e512a7f1f2921c528be013407c9452932 /include/dt-bindings/clock/rk3288-cru.h | |
parent | 46887082713ec27a72dd2ff1b1fd21349363dad9 (diff) | |
download | blackbird-obmc-linux-db86dadf18c86d984f1162e10da9ab173fc7c092.tar.gz blackbird-obmc-linux-db86dadf18c86d984f1162e10da9ab173fc7c092.zip |
clk: rockchip: add rk3288 vip_out clock id
Add clock-ids for the vip block of the rk3288
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
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 | 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 08de7de649e2..d7b6c83ea63f 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -88,6 +88,7 @@ #define SCLK_PVTM_GPU 124 #define SCLK_CRYPTO 125 #define SCLK_MIPIDSI_24M 126 +#define SCLK_VIP_OUT 127 #define SCLK_MAC 151 #define SCLK_MACREF_OUT 152 |