Merge "clk: qcom: videocc-pineapple: Add VIDEO_CC_XO_CLK_ARES"

This commit is contained in:
qctecmdr 2022-11-11 13:35:07 -08:00 committed by Gerrit - the friendly Code Review server
commit 2c0f8bf90a
2 changed files with 2 additions and 0 deletions

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 = {

View File

@ -38,5 +38,6 @@
#define VCODEC_VIDEO_CC_MVS1_BCR 4
#define VIDEO_CC_MVS1C_CLK_ARES 5
#define VCODEC_VIDEO_CC_MVS1C_BCR 6
#define VIDEO_CC_XO_CLK_ARES 7
#endif