浏览代码

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>
Jean-Francois Moine 11 年之前
父节点
当前提交
de4bf3d51f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Documentation/devicetree/bindings/drm/i2c/tda998x.txt

+ 2 - 0
Documentation/devicetree/bindings/drm/i2c/tda998x.txt

@@ -3,6 +3,8 @@ Device-Tree bindings for the NXP TDA998x HDMI transmitter
 Required properties;
 Required properties;
   - compatible: must be "nxp,tda998x"
   - compatible: must be "nxp,tda998x"
 
 
+  - reg: I2C address
+
 Optional properties:
 Optional properties:
   - interrupts: interrupt number and trigger type
   - interrupts: interrupt number and trigger type
 	default: polling
 	default: polling