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

Input: silead - list all supported compatible strings in binding document

The driver contains compatible strings for different models, but the DT
binding doc only lists one of them. Add the remaining to the document.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Javier Martinez Canillas and committed by
Dmitry Torokhov
96083b2e e6eba3fa

+6 -1
+6 -1
Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
··· 1 1 * GSL 1680 touchscreen controller 2 2 3 3 Required properties: 4 - - compatible : "silead,gsl1680" 4 + - compatible : Must be one of the following, depending on the model: 5 + "silead,gsl1680" 6 + "silead,gsl1688" 7 + "silead,gsl3670" 8 + "silead,gsl3675" 9 + "silead,gsl3692" 5 10 - reg : I2C slave address of the chip (0x40) 6 11 - interrupt-parent : a phandle pointing to the interrupt controller 7 12 serving the interrupt for this chip