Draft
Conversation
Add device tree binding documentation for the Sony IMX662 CMOS image sensor. The sensor features a native pixel array of 1936x1100 (effective 1920x1080) and supports MIPI CSI-2 output with 2 or 4 data lanes, RAW10/RAW12 formats, and both colour and monochrome variants. The link-frequencies property accepts up to eight values corresponding to the allowed MIPI data rates. Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Closed
54cf945 to
a663c7b
Compare
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
This patch adds a V4L2 subdevice driver for the Sony IMX662 CMOS image sensor. The sensor has a native resolution of 1936x1100 (effective 1920x1080) and can achieve up to 90 frames per second depending on the configuration. The driver supports: - MIPI CSI-2 with 2 or 4 data lanes. - RAW10 and RAW12 formats (both colour and monochrome). - Controls: exposure, analogue gain, horizontal/vertical blanking, horizontal/vertical flip, brightness. - Runtime PM. - Cropping via the selection API. - Multiple link frequencies selectable via device tree. Tested on ARM64 Rockchip RK3568 platform with a 24 MHz external clock and various link frequencies. Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com> Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
a663c7b to
7957a80
Compare
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.
Alexander had posted a driver to linux-media, so I've been working with him to add in the functionality we want.
Supercedes #7239