Commit e4fdcfb1 authored by Rob Herring's avatar Rob Herring Committed by Daniel Lezcano

dt-bindings: thermal: Drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230327170233.4109156-1-robh@kernel.org
parent ded2d383
...@@ -30,7 +30,7 @@ properties: ...@@ -30,7 +30,7 @@ properties:
amlogic,ao-secure: amlogic,ao-secure:
description: phandle to the ao-secure syscon description: phandle to the ao-secure syscon
$ref: '/schemas/types.yaml#/definitions/phandle' $ref: /schemas/types.yaml#/definitions/phandle
'#thermal-sensor-cells': '#thermal-sensor-cells':
const: 0 const: 0
......
...@@ -40,11 +40,11 @@ properties: ...@@ -40,11 +40,11 @@ properties:
- const: temp_grade - const: temp_grade
fsl,tempmon: fsl,tempmon:
$ref: '/schemas/types.yaml#/definitions/phandle' $ref: /schemas/types.yaml#/definitions/phandle
description: Phandle to anatop system controller node. description: Phandle to anatop system controller node.
fsl,tempmon-data: fsl,tempmon-data:
$ref: '/schemas/types.yaml#/definitions/phandle' $ref: /schemas/types.yaml#/definitions/phandle
description: | description: |
Deprecated property, phandle pointer to fuse controller that contains Deprecated property, phandle pointer to fuse controller that contains
TEMPMON calibration data, e.g. OCOTP on imx6q. The details about TEMPMON calibration data, e.g. OCOTP on imx6q. The details about
......
...@@ -29,14 +29,14 @@ properties: ...@@ -29,14 +29,14 @@ properties:
maxItems: 1 maxItems: 1
fsl,tmu-range: fsl,tmu-range:
$ref: '/schemas/types.yaml#/definitions/uint32-array' $ref: /schemas/types.yaml#/definitions/uint32-array
description: | description: |
The values to be programmed into TTRnCR, as specified by the SoC The values to be programmed into TTRnCR, as specified by the SoC
reference manual. The first cell is TTR0CR, the second is TTR1CR, etc. reference manual. The first cell is TTR0CR, the second is TTR1CR, etc.
maxItems: 4 maxItems: 4
fsl,tmu-calibration: fsl,tmu-calibration:
$ref: '/schemas/types.yaml#/definitions/uint32-matrix' $ref: /schemas/types.yaml#/definitions/uint32-matrix
description: | description: |
A list of cell pairs containing temperature calibration data, as A list of cell pairs containing temperature calibration data, as
specified by the SoC reference manual. The first cell of each pair specified by the SoC reference manual. The first cell of each pair
......
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