From: Rob Herring <robh@kernel.org>
To: Marc Paolo Sosa <marcpaolo.sosa@analog.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
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
Subject: Re: [PATCH 1/2] dt-bindings: input: add adi,max16150.yaml
Date: Mon, 23 Feb 2026 10:50:34 -0600 [thread overview]
Message-ID: <20260223165034.GA3975976-robh@kernel.org> (raw)
In-Reply-To: <20260223-max16150-v1-1-38e2a4f0d0f1@analog.com>
On Mon, Feb 23, 2026 at 07:03:39PM +0800, Marc Paolo Sosa wrote:
> Add documentation for device tree bindings for MAX16150/MAX16169
>
> Signed-off-by: Marc Paolo Sosa <marcpaolo.sosa@analog.com>
> ---
> .../devicetree/bindings/input/adi,max16150.yaml | 57 ++++++++++++++++++++++
> 1 file changed, 57 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/input/adi,max16150.yaml b/Documentation/devicetree/bindings/input/adi,max16150.yaml
> new file mode 100644
> index 000000000000..327811e1ebd4
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/input/adi,max16150.yaml
> @@ -0,0 +1,57 @@
> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/input/adi,max16150.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Analog Devices MAX16150/MAX16169 nanoPower Pushbutton On/Off Controller
> +
> +maintainers:
> + - Marc Paolo Sosa <marcpaolo.sosa@analog.com>
> +
> +description:
> + The MAX16150/MAX16169 is a low-power pushbutton on/off controller with a
> + switch debouncer and built-in latch. It accepts a noisy input from a
> + mechanical switch and produces a clean latched output, as well as a one-shot
> + interrupt output.
> +
> +properties:
> + compatible:
> + description:
> + Specifies the supported device variants. The MAX16150 and MAX16169 are supported.
Drop description.
> + enum:
> + - adi,max16150a
> + - adi,max16150b
> + - adi,max16169a
> + - adi,max16169b
What's the diff between a and b? If nothing s/w needs to know about,
then maybe you don't need to distinguish.
> +
> + interrupt-gpio:
> + maxItems: 1
Use 'interrupts' property.
> +
> + clr-gpios:
> + description:
> + Clear Input. Pulling CLR low deasserts the latched OUT signal. If OUT is
> + already deasserted when CLR is pulled low, the state of OUT is unchanged.
> + maxItems: 1
> +
> + linux,code:
> + default: KEY_POWER
> +
> +required:
> + - compatible
> + - interrupt-gpios
> + - clr-gpios
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/input/linux-event-codes.h>
> + #include <dt-bindings/gpio/gpio.h>
> +
> + power-button {
> + compatible = "adi,max16150a";
> + interrupt-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
> + clr-gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
> + linux,code = <KEY_POWER>;
> + };
>
> --
> 2.34.1
>
next prev parent reply other threads:[~2026-02-23 16:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-23 11:03 [PATCH 0/2] add driver for max16150 Marc Paolo Sosa
2026-02-23 11:03 ` Marc Paolo Sosa via B4 Relay
2026-02-23 11:03 ` [PATCH 1/2] dt-bindings: input: add adi,max16150.yaml Marc Paolo Sosa
2026-02-23 11:03 ` Marc Paolo Sosa via B4 Relay
2026-02-23 12:24 ` Rob Herring (Arm)
2026-03-17 3:14 ` Sosa, Marc Paolo
2026-02-23 16:50 ` Rob Herring [this message]
2026-03-17 3:13 ` Sosa, Marc Paolo
2026-02-23 17:01 ` Krzysztof Kozlowski
2026-03-17 1:51 ` Sosa, Marc Paolo
2026-02-23 11:03 ` [PATCH 2/2] input: misc: add driver for max16150 Marc Paolo Sosa
2026-02-23 11:03 ` Marc Paolo Sosa via B4 Relay
2026-02-24 22:42 ` Dmitry Torokhov
2026-03-17 3:12 ` Sosa, Marc Paolo
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=20260223165034.GA3975976-robh@kernel.org \
--to=robh@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcpaolo.sosa@analog.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.