[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5a35f02d-31d0-4cef-9b46-f231d0611c7a@linaro.org>
Date: Wed, 8 Nov 2023 13:34:26 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Javier Carrasco <javier.carrasco.cruz@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Jean Delvare <jdelvare@...e.com>,
Guenter Roeck <linux@...ck-us.net>,
Jonathan Corbet <corbet@....net>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>
Cc: Rob Herring <robh@...nel.org>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-hwmon@...r.kernel.org,
linux-doc@...r.kernel.org
Subject: Re: [PATCH 4/4] dt-bindings: hwmon: Add Amphenol ChipCap 2
On 08/11/2023 13:29, Javier Carrasco wrote:
> Add device tree bindings and an example for the ChipCap 2 humidity
> and temperature sensor.
>
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@...il.com>
> ---
...
> +maintainers:
> + - Javier Carrasco <javier.carrasco.cruz@...il.com>
> +
> +description: |
> + Relative humidity and temperature sensor on I2C bus.
> +
> + Datasheets:
> + https://www.amphenol-sensors.com/en/telaire/humidity/527-humidity-sensors/3095-chipcap-2
> +
> +properties:
> + compatible:
> + enum:
> + - amphenol,cc2dxx
> + - amphenol,cc2dxxs
What does xx stand for? Wildcard? I do not see cc2dxx in part numbers.
We expect specific compatibles, not generic. What are the differences
between all parts?
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 3
> + description: |
> + The device provides three optional interrupts. READY indicates that
> + a measurement was finished. LOW indicates a low humidity alarm and
> + HIGH a high humidity alarm.
> + All interrupts must be IRQ_TYPE_RISING_EDGE.
Instead use items: with description: for each item.
> +
> + interrupt-names:
> + items:
> + - const: READY
> + - const: LOW
> + - const: HIGH
Lowercase names
> +
> + vdd-supply:
> + description:
> + Dedicated, controllable supply-regulator to reset the device and
> + enter in command mode. If defined, it must provide a GPIO for its
> + control.
I don't understand what GPIO has anything to do with power supply.
> + If not defined, no alarms will be available.
> +
> +
Only one blank line.
> +required:
> + - compatible
> + - reg
> +
> +additionalProperties: false
Best regards,
Krzysztof
Powered by blists - more mailing lists