[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250403-unselfish-thoughtful-wallaby-ccd38e@krzk-bin>
Date: Thu, 3 Apr 2025 08:40:29 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Alexis Czezar Torreno <alexisczezar.torreno@...log.com>
Cc: Liam Girdwood <lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: Re: [PATCH v3 1/2] regulator: dt-bindings: adi,adp5055-regulator:
Add adp5055 support
On Thu, Apr 03, 2025 at 10:43:10AM +0800, Alexis Czezar Torreno wrote:
> + '#address-cells':
> + const: 1
> +
> + '#size-cells':
> + const: 0
> +
> +patternProperties:
> + "^buck[0-2]$":
If there is going to be new version, use consistent quotes, either " or '
...
> + type: object
> + $ref: regulator.yaml#
> + unevaluatedProperties: false
> + adi,fast-transient:
> + description:
> + Configures the fast transient sensitivity for each regulator.
> + "none" - No fast transient.
> + "3G_1.5%" - 1.5% window with 3*350uA/V
> + "5G_1.5%" - 1.5% window with 5*350uA/V
> + "5G_2.5%" - 2.5% window with 5*350uA/V
> + enum: [none, 3G_1.5%, 5G_1.5%, 5G_2.5%]
> + default: 5G_2.5
Missing percent:
5G_2.5%
With this fixed:
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Best regards,
Krzysztof
Powered by blists - more mailing lists