media: i2c: ov5647: Add 90fps support for VGA mode - #7582
Open
ShockWaveT wants to merge 1 commit into
Open
Conversation
The OV5647 sensor supports 90fps operation in hardware, but the existing VGA mode is configured for 60fps and does not make use of this capability. Increase the PLL multiplier for the VGA mode from 0x46 to 0x69 to allow the sensor to operate at 90fps. Update the reported pixel rate from 58.333 MHz to 87.5 MHz to match the new PLL configuration.
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 OV5647 sensor supports 90fps operation in hardware, but the existing VGA mode is configured for 60fps and does not make use of this capability.
Increase the PLL multiplier for the VGA mode from 0x46 to 0x69 to allow the sensor to operate at 90fps. Update the reported pixel rate from 58.333 MHz to 87.5 MHz to match the new PLL configuration.