mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-05 11:53:41 +00:00

Append missing vendor and align with other sony definitions. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Signed-off-by: David Heidelberg <david@ixit.cz> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
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>;
|
|
};
|
|
...
|
|
};
|