public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-input@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, kernel@pengutronix.de
Subject: Re: [PATCH v3 1/2] dt-bindings: input: touchscreen: exc3000: add EXC81W32
Date: Wed, 10 Jul 2024 14:52:52 +0100	[thread overview]
Message-ID: <20240710-couch-creamed-11ff20becccd@spud> (raw)
In-Reply-To: <20240710-input-exc3000-exc81w32-v3-1-4272183628b4@pengutronix.de>

[-- Attachment #1: Type: text/plain, Size: 1391 bytes --]

On Wed, Jul 10, 2024 at 12:28:31PM +0200, Philipp Zabel wrote:
> Add compatible for EXC81W32 touchscreen controllers.
> They use the same protocol and have the same resolution as EXC80H84.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
> v3: Mark exc81w32 as compatible with exc80h84.
> ---
>  .../devicetree/bindings/input/touchscreen/eeti,exc3000.yaml  | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml b/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml
> index 9dc25d30a0a8..1c7ae05a8c15 100644
> --- a/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml
> +++ b/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml
> @@ -14,10 +14,14 @@ allOf:
>  
>  properties:
>    compatible:
> -    enum:
> -      - eeti,exc3000
> -      - eeti,exc80h60
> -      - eeti,exc80h84
> +    oneOf:
> +      - const: eeti,exc3000
> +      - const: eeti,exc80h60
> +      - const: eeti,exc80h84

This portion could've remained an enum.
Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

> +      - items:
> +          - enum:
> +              - eeti,exc81w32
> +          - const: eeti,exc80h84
>    reg:
>      const: 0x2a
>    interrupts:
> 
> -- 
> 2.39.2
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2024-07-10 13:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-10 10:28 [PATCH v3 0/2] Input: exc3000 - EXC81W32 controller support Philipp Zabel
2024-07-10 10:28 ` [PATCH v3 1/2] dt-bindings: input: touchscreen: exc3000: add EXC81W32 Philipp Zabel
2024-07-10 13:52   ` Conor Dooley [this message]
2024-07-10 10:28 ` [PATCH v3 2/2] Input: exc3000 - add EXC81W32 support Philipp Zabel
2024-07-11 16:59 ` [PATCH v3 0/2] Input: exc3000 - EXC81W32 controller support Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240710-couch-creamed-11ff20becccd@spud \
    --to=conor@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox