Conversation
The &gpu node had no clk_rate, leaving the GPU clock at its default. Set clk_rate = 600 MHz for the Cubie A7S.
vamrs-feng
reviewed
Aug 3, 2026
vamrs-feng
left a comment
Member
There was a problem hiding this comment.
Tested on an A733 running 6.6.98-xxx-aw2511. The live DT has no clk_rate, but the driver already falls back to 600 MHz and programs gpu0 to 600 MHz. PVR reports 600 MHz for both current and firmware frequency, with zero DVFS transitions. Therefore this change only removes the missing-property warning and does not alter runtime behavior. If the goal is to fix the GPU being stuck at 600 MHz, the PVR DVFS build/configuration needs to be fixed instead. If the goal is to cap the GPU at 600 MHz, it is already capped in the current build, and higher OPPs should be disabled explicitly if DVFS is later enabled.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Cubie A7S
&gpunode had noclk_rate, leaving the GPU clock at its default. Setclk_rate = <600000000>(600 MHz).Tested on Cubie A7S (A733).