Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock #40

Merged
merged 1 commit into from
Sep 22, 2024

Commits on Sep 21, 2024

  1. clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock

    This clock can't be enable with VENUS_CORE0 GDSC turned off. But that
    GDSC is under HW control so it can be turned off at any moment.
    Instead of checking the dependant clock we can just vote for it to
    enable later when GDSC gets turned on.
    
    Signed-off-by: Barnabás Czémán <[email protected]>
    barni2000 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    530bf5d View commit details
    Browse the repository at this point in the history