mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 11:11:26 +02:00
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:
parent
dbb9312948
commit
f4bf0d795c
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user