clk: qcom: videocc-pineapple: Add VIDEO_CC_XO_CLK_ARES

In order to ensure video power collapse can work fine,
the CLK_ARES is added for VIDEO_CC_XO_CLK so that
asserting/de-asserting the reset can automatically
disable/enable the clock.

Change-Id: Ibf20a768d95aa0394ebec1c8be163a0fa4d85754
Signed-off-by: Xubin Bai <quic_xubibai@quicinc.com>
This commit is contained in:
Xubin Bai 2022-11-08 18:48:51 -08:00
parent dbb9312948
commit f4bf0d795c

View File

@ -571,6 +571,7 @@ static const struct qcom_reset_map video_cc_pineapple_resets[] = {
[VCODEC_VIDEO_CC_MVS1_BCR] = { 0x80c8 },
[VIDEO_CC_MVS1C_CLK_ARES] = { 0x8090, 2 },
[VCODEC_VIDEO_CC_MVS1C_BCR] = { 0x8074 },
[VIDEO_CC_XO_CLK_ARES] = { 0x8124, 2 },
};
static const struct regmap_config video_cc_pineapple_regmap_config = {