Enable ov08x40 CVS media path for IPU8#59
Open
arunt1 wants to merge 1 commit into
Open
Conversation
Add ov08x40-uf-0 to the available sensor list and update the ov08x40-uf IPU8 sensor topology to include the Intel CVS entity between the ov08x40 sensor and the Intel IPU7 CSI2 receiver. Update MediaControl I2C bus resolution to walk upstream through intermediate bridge entities, so the $I2CBUS placeholder resolves to the ov08x40 sensor entity suffix instead of the Intel CVS entity suffix. The media format remains SGRBG10 3856x2176, but the link graph now matches the actual hardware path: ov08x40 -> Intel CVS -> Intel IPU7 CSI2 -> Intel IPU7 ISYS Capture This allows Camera HAL/GStreamer to configure the correct media pipeline for ov08x40-uf on the CVS board. Signed-off-by: Arun T <arun.t@intel.com>
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.
Add ov08x40-uf-0 to the available sensor list and update the ov08x40-uf IPU8 sensor topology to include the Intel CVS entity between the ov08x40 sensor and the Intel IPU7 CSI2 receiver.
The media format remains SGRBG10 3856x2176, but the link graph now matches the actual hardware path:
ov08x40 -> Intel CVS -> Intel IPU7 CSI2 -> Intel IPU7 ISYS Capture
This allows Camera HAL/GStreamer to configure the correct media pipeline for ov08x40-uf on the CVS board.