media: i2c: add Arducam Pivariety camera support - #14
Open
ereennk wants to merge 1 commit into
Open
Conversation
Add the Arducam Pivariety V4L2 sensor driver and integrate it with the media I2C Kconfig and Makefile. Add a T3 Gemstone O1 CSI0 Device Tree overlay for the Arducam Pivariety IMX230 camera module and include it in the K3 overlay build. Enable Device Tree symbol generation so the Kbuild output matches the validated runtime overlay. Signed-off-by: Eren Koçak <eren.kocak.9287@gmail.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.
Summary
Add Arducam Pivariety camera support to the T3 Gemstone O1 Linux kernel tree.
This change:
The existing IMX219 driver and overlay are not modified.
Tested hardware
Validation
The DTBO generated through the kernel Kbuild system is byte-for-byte
identical to the validated DTBO currently deployed on the board.
SHA256:
e354090cab39bddf5c91e43ba4b66f59d242e0d1df2a6dbd759459b2711a7e78
Scope
This pull request contains only the Linux kernel driver and Device Tree
integration.
The related TIOVX sensor mapping, GStreamer ISP support, DCC files and
userspace camera example are intentionally handled separately.