mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
Merge "clk: qcom: videocc-pineapple: Add VIDEO_CC_XO_CLK_ARES"
This commit is contained in:
commit
2c0f8bf90a
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user