Re: [PATCH 1/3] dt-bindings: input: Add compatibility for Awinic AW8695
From: Krzysztof Kozlowski
Date: Thu Sep 17 2026 - 04:49:18 EST
On Mon, Sep 14, 2026 at 04:37:47PM +0200, Griffin Kroah-Hartman wrote:
> Add the AW8695 haptic driver to the binding documentation for the
> AW86927 and AW86938, as this binding needs the same properties.
>
> They are not compatible though, because the chip identification works
> differently compared to the 86927/86938
>
> Signed-off-by: Griffin Kroah-Hartman <griffin.kroah@xxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/input/awinic,aw86927.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/input/awinic,aw86927.yaml b/Documentation/devicetree/bindings/input/awinic,aw86927.yaml
> index bd74b81488f61d72b675b5701b321b30b3430be0..d9da85499cda4d62f14f36f1ce77627e37e348d7 100644
> --- a/Documentation/devicetree/bindings/input/awinic,aw86927.yaml
> +++ b/Documentation/devicetree/bindings/input/awinic,aw86927.yaml
> @@ -17,6 +17,7 @@ properties:
> - enum:
> - awinic,aw86938
> - const: awinic,aw86927
> + - const: awinic,aw8695
This should be combined with the first item (const for aw86927) and turned into enum.
Best regards,
Krzysztof