forked from raspberrypi/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: i2c: Add driver for Sony IMX477 sensor
Adds a driver for the 12MPix Sony IMX477 CSI2 sensor. Whilst the sensor supports 2 or 4 CSI2 data lanes, this driver currently only supports 2 lanes. The following Bayer modes are currently available: 4056x3040 12-bit @ 10fps 2028x1520 12-bit (binned) @ 40fps 2028x1050 12-bit (cropped/binned) @ 50fps 1012x760 10-bit (scaled) @ 120 fps Signed-off-by: Naushir Patuck <[email protected]>
- Loading branch information
1 parent
1a56156
commit f5547db
Showing
4 changed files
with
2,211 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16346,6 +16346,14 @@ S: Maintained | |
T: git git://linuxtv.org/media_tree.git | ||
F: drivers/media/i2c/imx355.c | ||
|
||
SONY IMX477 SENSOR DRIVER | ||
M: Raspberry Pi Kernel Maintenance <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://linuxtv.org/media_tree.git | ||
F: Documentation/devicetree/bindings/media/i2c/imx477.yaml | ||
F: drivers/media/i2c/imx477.c | ||
|
||
SONY MEMORYSTICK SUBSYSTEM | ||
M: Maxim Levitsky <[email protected]> | ||
M: Alex Dubov <[email protected]> | ||
|
This file contains 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
This file contains 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
Oops, something went wrong.