Skip to content

Commit e4fdcfb

Browse files
robherringdlezcano
authored andcommitted
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: Rob Herring <robh@kernel.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20230327170233.4109156-1-robh@kernel.org
1 parent ded2d38 commit e4fdcfb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ properties:
3030

3131
amlogic,ao-secure:
3232
description: phandle to the ao-secure syscon
33-
$ref: '/schemas/types.yaml#/definitions/phandle'
33+
$ref: /schemas/types.yaml#/definitions/phandle
3434

3535
'#thermal-sensor-cells':
3636
const: 0

Documentation/devicetree/bindings/thermal/imx-thermal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ properties:
4040
- const: temp_grade
4141

4242
fsl,tempmon:
43-
$ref: '/schemas/types.yaml#/definitions/phandle'
43+
$ref: /schemas/types.yaml#/definitions/phandle
4444
description: Phandle to anatop system controller node.
4545

4646
fsl,tempmon-data:
47-
$ref: '/schemas/types.yaml#/definitions/phandle'
47+
$ref: /schemas/types.yaml#/definitions/phandle
4848
description: |
4949
Deprecated property, phandle pointer to fuse controller that contains
5050
TEMPMON calibration data, e.g. OCOTP on imx6q. The details about

Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ properties:
2929
maxItems: 1
3030

3131
fsl,tmu-range:
32-
$ref: '/schemas/types.yaml#/definitions/uint32-array'
32+
$ref: /schemas/types.yaml#/definitions/uint32-array
3333
description: |
3434
The values to be programmed into TTRnCR, as specified by the SoC
3535
reference manual. The first cell is TTR0CR, the second is TTR1CR, etc.
3636
maxItems: 4
3737

3838
fsl,tmu-calibration:
39-
$ref: '/schemas/types.yaml#/definitions/uint32-matrix'
39+
$ref: /schemas/types.yaml#/definitions/uint32-matrix
4040
description: |
4141
A list of cell pairs containing temperature calibration data, as
4242
specified by the SoC reference manual. The first cell of each pair

0 commit comments

Comments
 (0)