aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2018-01-27 17:21:12 -0500
committerHeiko Stuebner <heiko@sntech.de>2018-10-11 08:57:25 -0400
commit5f697a0e311c1e8e3cf56edaf1b757027f5275b0 (patch)
tree92608b7d5be4ef8ca5ee1fe3b628ab090c4b501f
parent82f4b67f018c88a7cc9337f0067ed3d6ec352648 (diff)
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 <heiko@sntech.de>
-rw-r--r--include/dt-bindings/clock/rk3188-cru-common.h3
1 files changed, 2 insertions, 1 deletions
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 @@
139#define HCLK_CIF1 470 139#define HCLK_CIF1 470
140#define HCLK_VEPU 471 140#define HCLK_VEPU 471
141#define HCLK_VDPU 472 141#define HCLK_VDPU 472
142#define HCLK_HDMI 473
142 143
143#define CLK_NR_CLKS (HCLK_VDPU + 1) 144#define CLK_NR_CLKS (HCLK_HDMI + 1)
144 145
145/* soft-reset indices */ 146/* soft-reset indices */
146#define SRST_MCORE 2 147#define SRST_MCORE 2