Commit 5e3f89ad authored by Rob Herring's avatar Rob Herring Committed by Guenter Roeck

dt-bindings: hwmon: ti,tmp401: Drop 'items' from 'ti,n-factor' property

'ti,n-factor' is a scalar type, so 'items' should not be used as that is
for arrays/matrix.

A pending meta-schema change will catch future cases.

Fixes: bd90c5b9 ("dt-bindings: hwmon: Add TMP401, TMP411 and TMP43x")
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220606212223.1360395-1-robh@kernel.orgSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent f2906aa8
......@@ -40,9 +40,8 @@ properties:
value to be used for converting remote channel measurements to
temperature.
$ref: /schemas/types.yaml#/definitions/int32
items:
minimum: -128
maximum: 127
minimum: -128
maximum: 127
ti,beta-compensation:
description:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment