提交 b20cc073 编写于 作者: H Hans Verkuil 提交者: Mauro Carvalho Chehab

[media] s2250: add comment describing the hardware

Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 793d7b7f
......@@ -29,6 +29,13 @@
MODULE_DESCRIPTION("Sensoray 2250/2251 i2c v4l2 subdev driver");
MODULE_LICENSE("GPL v2");
/*
* Note: this board has two i2c devices: a vpx3226f and a tlv320aic23b.
* Due to the unusual way these are accessed on this device we do not
* reuse the i2c drivers, but instead they are implemented in this
* driver. It would be nice to improve on this, though.
*/
#define TLV320_ADDRESS 0x34
#define VPX322_ADDR_ANALOGCONTROL1 0x02
#define VPX322_ADDR_BRIGHTNESS0 0x0127
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册