Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Rob Herring and committed by
Daniel Lezcano
e4fdcfb1 ded2d383

+5 -5
+1 -1
Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml
··· 30 30 31 31 amlogic,ao-secure: 32 32 description: phandle to the ao-secure syscon 33 - $ref: '/schemas/types.yaml#/definitions/phandle' 33 + $ref: /schemas/types.yaml#/definitions/phandle 34 34 35 35 '#thermal-sensor-cells': 36 36 const: 0
+2 -2
Documentation/devicetree/bindings/thermal/imx-thermal.yaml
··· 40 40 - const: temp_grade 41 41 42 42 fsl,tempmon: 43 - $ref: '/schemas/types.yaml#/definitions/phandle' 43 + $ref: /schemas/types.yaml#/definitions/phandle 44 44 description: Phandle to anatop system controller node. 45 45 46 46 fsl,tempmon-data: 47 - $ref: '/schemas/types.yaml#/definitions/phandle' 47 + $ref: /schemas/types.yaml#/definitions/phandle 48 48 description: | 49 49 Deprecated property, phandle pointer to fuse controller that contains 50 50 TEMPMON calibration data, e.g. OCOTP on imx6q. The details about
+2 -2
Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
··· 29 29 maxItems: 1 30 30 31 31 fsl,tmu-range: 32 - $ref: '/schemas/types.yaml#/definitions/uint32-array' 32 + $ref: /schemas/types.yaml#/definitions/uint32-array 33 33 description: | 34 34 The values to be programmed into TTRnCR, as specified by the SoC 35 35 reference manual. The first cell is TTR0CR, the second is TTR1CR, etc. 36 36 maxItems: 4 37 37 38 38 fsl,tmu-calibration: 39 - $ref: '/schemas/types.yaml#/definitions/uint32-matrix' 39 + $ref: /schemas/types.yaml#/definitions/uint32-matrix 40 40 description: | 41 41 A list of cell pairs containing temperature calibration data, as 42 42 specified by the SoC reference manual. The first cell of each pair