Re: [PATCH] Input: exc3000 - add EXC81W32 support
From: Philipp Zabel
Date: Fri Jun 28 2024 - 04:37:16 EST
On Do, 2024-06-27 at 09:51 -0700, Dmitry Torokhov wrote:
> Hi Philipp,
>
> On Wed, Jun 26, 2024 at 04:26:48PM +0200, Philipp Zabel wrote:
> > This adds support for EXC81W32 controllers.
> >
> > Tested with firmware reported as type "PCAP81X32 Series",
> > model "Orion_0183_1019", fw_version "8001280G".
> >
> > Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> > ---
> > .../devicetree/bindings/input/touchscreen/eeti,exc3000.yaml | 1 +
> > drivers/input/touchscreen/exc3000.c | 7 +++++++
> > 2 files changed, 8 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml b/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml
> > index 9dc25d30a0a8..c299838e2680 100644
> > --- a/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml
> > +++ b/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml
> > @@ -18,6 +18,7 @@ properties:
> > - eeti,exc3000
> > - eeti,exc80h60
> > - eeti,exc80h84
> > + - eeti,exc81w32
> > reg:
> > const: 0x2a
> > interrupts:
>
> Could you please split this chunk into a separate patch so that DT folks
> can chime in on it separately from the driver change?
Sorry, fixed in v2.
regards
Philipp