Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jean-Francois Moine and committed by
Russell King
de4bf3d5 92fbdfcd

+2
+2
Documentation/devicetree/bindings/drm/i2c/tda998x.txt
··· 3 3 Required properties; 4 4 - compatible: must be "nxp,tda998x" 5 5 6 + - reg: I2C address 7 + 6 8 Optional properties: 7 9 - interrupts: interrupt number and trigger type 8 10 default: polling