Skip to content

Commit e530fc8

Browse files
robherringpH5
authored andcommitted
dt-bindings: reset: qcom: drop unneeded quotes
Drop unneeded quotes over simple string values to fix a soon to be enabled yamllint warning: [error] string value is redundantly quoted with any quotes (quoted-strings) Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231122224352.2808435-1-robh@kernel.org Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 1240070 commit e530fc8

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Documentation/devicetree/bindings/reset/qcom,aoss-reset.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ properties:
1818
oneOf:
1919
- description: on SC7180 SoCs the following compatibles must be specified
2020
items:
21-
- const: "qcom,sc7180-aoss-cc"
22-
- const: "qcom,sdm845-aoss-cc"
21+
- const: qcom,sc7180-aoss-cc
22+
- const: qcom,sdm845-aoss-cc
2323

2424
- description: on SC7280 SoCs the following compatibles must be specified
2525
items:
26-
- const: "qcom,sc7280-aoss-cc"
27-
- const: "qcom,sdm845-aoss-cc"
26+
- const: qcom,sc7280-aoss-cc
27+
- const: qcom,sdm845-aoss-cc
2828

2929
- description: on SDM845 SoCs the following compatibles must be specified
3030
items:
31-
- const: "qcom,sdm845-aoss-cc"
31+
- const: qcom,sdm845-aoss-cc
3232

3333
reg:
3434
maxItems: 1

Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ properties:
1818
oneOf:
1919
- description: on SC7180 SoCs the following compatibles must be specified
2020
items:
21-
- const: "qcom,sc7180-pdc-global"
22-
- const: "qcom,sdm845-pdc-global"
21+
- const: qcom,sc7180-pdc-global
22+
- const: qcom,sdm845-pdc-global
2323

2424
- description: on SC7280 SoCs the following compatibles must be specified
2525
items:
26-
- const: "qcom,sc7280-pdc-global"
26+
- const: qcom,sc7280-pdc-global
2727

2828
- description: on SDM845 SoCs the following compatibles must be specified
2929
items:
30-
- const: "qcom,sdm845-pdc-global"
30+
- const: qcom,sdm845-pdc-global
3131

3232
reg:
3333
maxItems: 1

0 commit comments

Comments
 (0)