On Sun, Nov 16, 2025 at 04:12:34AM +0300, Alexey Minnekhanov wrote:
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: 0e789b491ba0 ("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
drivers/clk/qcom/mmcc-sdm660.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Dmitry Baryshkov dmitry.baryshkov@oss.qualcomm.com