Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: rockchip: add the new clock ids for RK3228 HDMI

Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Yakir Yang and committed by
Heiko Stuebner
2d2671ea 31b1fed3

+4
+4
include/dt-bindings/clock/rk3228-cru.h
··· 51 51 #define SCLK_SDIO_SAMPLE 119 52 52 #define SCLK_EMMC_SAMPLE 121 53 53 #define SCLK_VOP 122 54 + #define SCLK_HDMI_HDCP 123 54 55 55 56 /* dclk gates */ 56 57 #define DCLK_VOP 190 58 + #define DCLK_HDMI_PHY 191 57 59 58 60 /* aclk gates */ 59 61 #define ACLK_DMAC 194 ··· 80 78 #define PCLK_PWM 350 81 79 #define PCLK_TIMER 353 82 80 #define PCLK_PERI 363 81 + #define PCLK_HDMI_CTRL 364 82 + #define PCLK_HDMI_PHY 365 83 83 84 84 /* hclk gates */ 85 85 #define HCLK_VOP 452