Skip to content

Commit 0a0ea55

Browse files
minlexxandersson
authored andcommitted
clk: qcom: mmcc-sdm660: Add missing MDSS reset
Add offset for display subsystem reset in multimedia clock controller block, which is necessary to reset display when there is some configuration in display controller left by previous stock (Android) bootloader to provide continuous splash functionaluty. Before 6.17 power domains were turned off for long enough to clear registers, now this is not the case and a proper reset is needed to have functioning display. Fixes: 0e789b4 ("pmdomain: core: Leave powered-on genpds on until sync_state") Cc: stable@vger.kernel.org # 6.17 Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org> Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251116-sdm660-mdss-reset-v2-2-6219bec0a97f@postmarketos.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent c57210b commit 0a0ea55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/qcom/mmcc-sdm660.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2781,6 +2781,7 @@ static struct gdsc *mmcc_sdm660_gdscs[] = {
27812781
};
27822782

27832783
static const struct qcom_reset_map mmcc_660_resets[] = {
2784+
[MDSS_BCR] = { 0x2300 },
27842785
[CAMSS_MICRO_BCR] = { 0x3490 },
27852786
};
27862787

0 commit comments

Comments
 (0)