aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7280/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sc7280/clock.c')
-rw-r--r--src/soc/qualcomm/sc7280/clock.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7280/clock.c b/src/soc/qualcomm/sc7280/clock.c
index 434eeeea8b..746035cdb7 100644
--- a/src/soc/qualcomm/sc7280/clock.c
+++ b/src/soc/qualcomm/sc7280/clock.c
@@ -201,6 +201,11 @@ static struct clock_freq_config mdss_mdp_cfg[] = {
.src = SRC_GCC_DISP_GPLL0_CLK,
.div = QCOM_CLOCK_DIV(2),
},
+ {
+ .hz = 400 * MHz,
+ .src = SRC_GCC_DISP_GPLL0_CLK,
+ .div = QCOM_CLOCK_DIV(1.5),
+ },
};
static struct clock_rcg *mdss_clock[MDSS_CLK_COUNT] = {