diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2014-06-19 10:47:32 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-07-02 16:25:22 +0100 |
commit | de4bf3d51fe38eaf90cb587e4eae1f3f0e056a54 (patch) | |
tree | b7ff33a1f1b98ae625eedb43b98b471384d06c67 /Documentation | |
parent | 92fbdfcd7d6b9db6b0a738c5bd85a4a9d731629d (diff) | |
download | talos-obmc-linux-de4bf3d51fe38eaf90cb587e4eae1f3f0e056a54.tar.gz talos-obmc-linux-de4bf3d51fe38eaf90cb587e4eae1f3f0e056a54.zip |
drm/i2c: tda998x: fix lack of required reg in DT documentation
The I2C address (reg) is required for the TDA998x driver to be loaded
and initialized.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/drm/i2c/tda998x.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/drm/i2c/tda998x.txt b/Documentation/devicetree/bindings/drm/i2c/tda998x.txt index d7df01c5bb3a..e9e4bce40760 100644 --- a/Documentation/devicetree/bindings/drm/i2c/tda998x.txt +++ b/Documentation/devicetree/bindings/drm/i2c/tda998x.txt @@ -3,6 +3,8 @@ Device-Tree bindings for the NXP TDA998x HDMI transmitter Required properties; - compatible: must be "nxp,tda998x" + - reg: I2C address + Optional properties: - interrupts: interrupt number and trigger type default: polling |