From d0a7c1acd06c3bd16e88d145d5e50eb94a9ccdc4 Mon Sep 17 00:00:00 2001 From: Xiao Feng Date: Mon, 15 Feb 2016 18:49:23 +0800 Subject: [PATCH] clk: rockchip: add ids for hevc and vip on rk3366 Change-Id: Iab9452f4a7071342f30988d1b558e38767b77968 Signed-off-by: Xiao Feng --- include/dt-bindings/clock/rk3366-cru.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/dt-bindings/clock/rk3366-cru.h b/include/dt-bindings/clock/rk3366-cru.h index e3621c7cd0b8..22e9cbfe2cdb 100644 --- a/include/dt-bindings/clock/rk3366-cru.h +++ b/include/dt-bindings/clock/rk3366-cru.h @@ -38,7 +38,6 @@ #define SCLK_ISP 71 #define SCLK_HDMI_HDCP 72 #define SCLK_HDMI_CEC 73 -#define SCLK_VIP_OUT 74 #define SCLK_HDCP 75 #define SCLK_PVTM_CORE 76 #define SCLK_PVTM_GPU 77 @@ -89,6 +88,10 @@ #define SCLK_WIFI_WPLL 122 #define SCLK_WIFI_USBPHY480M 123 #define SCLK_MIPIDSI_24M 124 +#define SCLK_HEVC_CABAC 125 +#define SCLK_HEVC_CORE 126 +#define SCLK_VIP_SRC 127 +#define SCLK_VIP_OUT 128 #define DCLK_VOP_FULL 170 #define DCLK_VOP_LITE 171 -- 2.34.1