Skip to content

Commit b73724b

Browse files
Griffin Kroah-Hartmandtor
authored andcommitted
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>
1 parent 53ba7a4 commit b73724b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/input/awinic,aw86927.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ maintainers:
1111

1212
properties:
1313
compatible:
14-
const: awinic,aw86927
14+
oneOf:
15+
- const: awinic,aw86927
16+
- items:
17+
- enum:
18+
- awinic,aw86938
19+
- const: awinic,aw86927
1520

1621
reg:
1722
maxItems: 1

0 commit comments

Comments
 (0)