Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / Documentation / devicetree / bindings / drm / i2c / tda998x.txt
1 Device-Tree bindings for the NXP TDA998x HDMI transmitter
2
3 Required properties;
4   - compatible: must be "nxp,tda998x"
5
6 Optional properties:
7   - interrupts: interrupt number and trigger type
8         default: polling
9
10   - pinctrl-0: pin control group to be used for
11         screen plug/unplug interrupt.
12
13   - pinctrl-names: must contain a "default" entry.
14
15   - video-ports: 24 bits value which defines how the video controller
16         output is wired to the TDA998x input - default: <0x230145>
17
18 Example:
19
20         tda998x: hdmi-encoder {
21                 compatible = "nxp,tda998x";
22                 reg = <0x70>;
23                 interrupt-parent = <&gpio0>;
24                 interrupts = <27 2>;            /* falling edge */
25                 pinctrl-0 = <&pmx_camera>;
26                 pinctrl-names = "default";
27         };