forked from Minki/linux
0fb0f8f5ed
add OF support for the ths8200 driver. Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
20 lines
329 B
Plaintext
20 lines
329 B
Plaintext
* Texas Instruments THS8200 video encoder
|
|
|
|
The ths8200 device is a digital to analog converter used in DVD players, video
|
|
recorders, set-top boxes.
|
|
|
|
Required Properties :
|
|
- compatible : value must be "ti,ths8200"
|
|
|
|
Example:
|
|
|
|
i2c0@1c22000 {
|
|
...
|
|
...
|
|
ths8200@5c {
|
|
compatible = "ti,ths8200";
|
|
reg = <0x5c>;
|
|
};
|
|
...
|
|
};
|