[PATCH v2 2/3] dt-bindings: hwmon: ucd90320: Add additional compatible strings
Krzysztof Kozlowski
krzk at kernel.org
Fri Feb 21 19:53:24 AEDT 2025
On Thu, Feb 20, 2025 at 02:59:47PM -0600, Eddie James wrote:
> The device driver for the UCD90XXX chips supports several more chips
> than just the 90320, so document them.
>
> Signed-off-by: Eddie James <eajames at linux.ibm.com>
> ---
> Changes since v1:
> - Add all supported devices
>
> .../devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml
> index e8feee38c76c8..3cfcbf6b58f2e 100644
> --- a/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml
> @@ -23,7 +23,13 @@ description: |
> properties:
> compatible:
> enum:
> + - ti,ucd90000
> + - ti,ucd90120
> + - ti,ucd90124
> + - ti,ucd90160
> - ti,ucd90320
> + - ti,ucd90910
> + - ti,ucd9090
Last two have mismatched order. What's interesting, driver has it
correct.
With order fixed:
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
Best regards,
Krzysztof
More information about the Linux-aspeed
mailing list