mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-21 14:42:54 +07:00
[media] V4L: add IMX074 sensor chip ID
Chip identification register contains the value 0x74. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
06e17821b5
commit
32e1f77727
@ -38,6 +38,9 @@ enum {
|
|||||||
/* module tvaudio: reserved range 50-99 */
|
/* module tvaudio: reserved range 50-99 */
|
||||||
V4L2_IDENT_TVAUDIO = 50, /* A tvaudio chip, unknown which it is exactly */
|
V4L2_IDENT_TVAUDIO = 50, /* A tvaudio chip, unknown which it is exactly */
|
||||||
|
|
||||||
|
/* Sony IMX074 */
|
||||||
|
V4L2_IDENT_IMX074 = 74,
|
||||||
|
|
||||||
/* module saa7110: just ident 100 */
|
/* module saa7110: just ident 100 */
|
||||||
V4L2_IDENT_SAA7110 = 100,
|
V4L2_IDENT_SAA7110 = 100,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user