[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ce7184e5-7901-4763-984d-492e8e97e36b@linaro.org>
Date: Sat, 6 Jan 2024 17:48:39 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Bhavin Sharma <bhavin.sharma@...iconsignals.io>, sre@...nel.org
Cc: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Hardevsinh Palaniya <hardevsinh.palaniya@...iconsignals.io>,
linux-pm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/2] dt-bindings: power: supply: stc3117: Convert to DT
schema format
On 06/01/2024 14:35, Bhavin Sharma wrote:
> Convert the binding to DT schema format.
Subject: It's totally wrong. There is no conversion. If you claim
otherwise, please point me to removal of any file in this patch.
>
> Changes in V2 resolved below errors:
Changelog goes under ---
> 1. string value is redundantly quoted with any quotes (quoted-strings)
> 2. found character '\t' that cannot start any token
Heh, you still did not test it.
>
> Signed-off-by: Bhavin Sharma <bhavin.sharma@...iconsignals.io>
> ---
> .../bindings/power/supply/stc3117-fg.yaml | 41 +++++++++++++++++++
> 1 file changed, 41 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/power/supply/stc3117-fg.yaml
>
> diff --git a/Documentation/devicetree/bindings/power/supply/stc3117-fg.yaml b/Documentation/devicetree/bindings/power/supply/stc3117-fg.yaml
> new file mode 100644
> index 000000000..d6607a5ea
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/power/supply/stc3117-fg.yaml
> @@ -0,0 +1,41 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/power/supply/stc3117-fg.yaml#
Namke matching compatible.
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: STMicroelectronics STC3117 Fuel Gauge Unit Power Supply
> +
> +maintainers:
> + - Bhavin Sharma <bhavin.sharma@...iconsignals.io>
> + - Hardevsinh Palaniya <hardevsinh.palaniya@...iconsignals.io>
> +
> +allOf:
> + - $ref: power-supply.yaml#
> +
> +properties:
> + compatible:
> + enum:
> + - st,stc3117-fgu
Can stc3117 be anything else? IOW, why "fgu" is needed?
> +
> + reg:
> + maxItems: 1
No properties? No resources?
> +
> +required:
> + - compatible
> + - reg
> +
> +additionalProperties: false
unevaluatedProperties instead
> +
> +examples:
> + - |
> + &i2c6 {
Just i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + st3117: stc3117@70 {
Drop label.
Node names should be generic. See also an explanation and list of
examples (not exhaustive) in DT specification:
https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation
> + compatible = "st,stc3117-fgu";
> + reg = <0x70>;
> + status = "okay";
Drop status. Add missing properties for this to be complete.
> + };
> + };
Best regards,
Krzysztof
Powered by blists - more mailing lists