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: awinic,aw86927: Add Awinic AW86938

Add bindings for the Awinic AW86938 haptic chip which can be found in
smartphones. These two chips require a similar devicetree configuration,
but have a register layout that's not 100% compatible.
Still, because chip model is fully detectable via ID register, these
chips can be documnented in the same file.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Griffin Kroah-Hartman <griffin.kroah@fairphone.com>
Link: https://patch.msgid.link/20260302-aw86938-driver-v4-2-92c865df9cca@fairphone.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Griffin Kroah-Hartman and committed by
Dmitry Torokhov
b73724b1 53ba7a47

+6 -1
+6 -1
Documentation/devicetree/bindings/input/awinic,aw86927.yaml
··· 11 11 12 12 properties: 13 13 compatible: 14 - const: awinic,aw86927 14 + oneOf: 15 + - const: awinic,aw86927 16 + - items: 17 + - enum: 18 + - awinic,aw86938 19 + - const: awinic,aw86927 15 20 16 21 reg: 17 22 maxItems: 1