diff options
| author | Rob Herring <robh@kernel.org> | 2022-04-19 07:55:12 -0500 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2022-04-19 07:55:12 -0500 |
| commit | 2bd50abce1b6636bd3c9064e7ae5c0f832a615b2 (patch) | |
| tree | 3e9047eacab5c5035400d7f9d66272221c2bfab4 /Documentation/devicetree/bindings/hwmon | |
| parent | 548f8b21ae6053680c61fe7ca79e2380b0b3964e (diff) | |
| parent | 652980b1541c5a02e6410647c7daf840c06d724a (diff) | |
| download | linux-2bd50abce1b6636bd3c9064e7ae5c0f832a615b2.tar.bz2 | |
Merge branch 'dt/linus' into dt/next
Pick up new meta-schema warning fixes.
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon')
| -rw-r--r-- | Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml b/Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml index 801ca9ba7d34..e7493e25a7d2 100644 --- a/Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml +++ b/Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml @@ -58,9 +58,8 @@ patternProperties: The value (two's complement) to be programmed in the channel specific N correction register. For remote channels only. $ref: /schemas/types.yaml#/definitions/int32 - items: - minimum: -128 - maximum: 127 + minimum: -128 + maximum: 127 required: - reg |