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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: input: touchscreen: sitronix,st1232: Add Sitronix ST1624

Add the Sitronix ST1624 which is compatible with ST1633.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20251215212524.3318311-1-robh@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Rob Herring (Arm) and committed by
Dmitry Torokhov
d79f302f 99518614

+7 -3
+7 -3
Documentation/devicetree/bindings/input/touchscreen/sitronix,st1232.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - enum: 18 - - sitronix,st1232 19 - - sitronix,st1633 17 + oneOf: 18 + - enum: 19 + - sitronix,st1232 20 + - sitronix,st1633 21 + - items: 22 + - const: sitronix,st1624 23 + - const: sitronix,st1633 20 24 21 25 reg: 22 26 maxItems: 1