From: Heiko Stuebner Date: Sat, 27 Jan 2018 22:21:12 +0000 (+0100) Subject: clk: rockchip: add clock-id for HCLK_HDMI on rk3066 X-Git-Tag: v5.15~7676^2~1^4^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f697a0e311c1e8e3cf56edaf1b757027f5275b0;p=platform%2Fkernel%2Flinux-starfive.git clk: rockchip: add clock-id for HCLK_HDMI on rk3066 RK3066 and RK3188 share most of the clock controller but the rk3066 does have an internal hdmi encoder and associated clock. Therefore add a clock-id so that this clock can be used. Signed-off-by: Heiko Stuebner --- diff --git a/include/dt-bindings/clock/rk3188-cru-common.h b/include/dt-bindings/clock/rk3188-cru-common.h index b9462b7d3dfe..dc2101a634be 100644 --- a/include/dt-bindings/clock/rk3188-cru-common.h +++ b/include/dt-bindings/clock/rk3188-cru-common.h @@ -139,8 +139,9 @@ #define HCLK_CIF1 470 #define HCLK_VEPU 471 #define HCLK_VDPU 472 +#define HCLK_HDMI 473 -#define CLK_NR_CLKS (HCLK_VDPU + 1) +#define CLK_NR_CLKS (HCLK_HDMI + 1) /* soft-reset indices */ #define SRST_MCORE 2