From: Yakir Yang Date: Wed, 24 Feb 2016 10:14:25 +0000 (+0800) Subject: UPSTREAM: clk: rockchip: add the new clock ids for RK3228 HDMI X-Git-Tag: firefly_0821_release~2406 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e589829fa3934b0d38165ac413bc163f6273cc4b;p=firefly-linux-kernel-4.4.55.git UPSTREAM: clk: rockchip: add the new clock ids for RK3228 HDMI Signed-off-by: Yakir Yang Signed-off-by: Heiko Stuebner (cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git v4.8-shared/clkids commit 2d2671ea4b35454b30a69744ce258489920e4d2b) Change-Id: I670ae08d8cac91e0cf4985ca50e3f64916d527ba Signed-off-by: Xing Zheng --- diff --git a/include/dt-bindings/clock/rk3228-cru.h b/include/dt-bindings/clock/rk3228-cru.h index 9ce3da8b51c3..5d43ed9b05ad 100644 --- a/include/dt-bindings/clock/rk3228-cru.h +++ b/include/dt-bindings/clock/rk3228-cru.h @@ -51,9 +51,11 @@ #define SCLK_SDIO_SAMPLE 119 #define SCLK_EMMC_SAMPLE 121 #define SCLK_VOP 122 +#define SCLK_HDMI_HDCP 123 /* dclk gates */ #define DCLK_VOP 190 +#define DCLK_HDMI_PHY 191 /* aclk gates */ #define ACLK_DMAC 194 @@ -78,6 +80,8 @@ #define PCLK_PWM 350 #define PCLK_TIMER 353 #define PCLK_PERI 363 +#define PCLK_HDMI_CTRL 364 +#define PCLK_HDMI_PHY 365 /* hclk gates */ #define HCLK_VOP 452