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

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>

authored by

Rob Herring and committed by
Philipp Zabel
e530fc87 1240070d

+9 -9
+5 -5
Documentation/devicetree/bindings/reset/qcom,aoss-reset.yaml
··· 18 18 oneOf: 19 19 - description: on SC7180 SoCs the following compatibles must be specified 20 20 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 23 23 24 24 - description: on SC7280 SoCs the following compatibles must be specified 25 25 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 28 28 29 29 - description: on SDM845 SoCs the following compatibles must be specified 30 30 items: 31 - - const: "qcom,sdm845-aoss-cc" 31 + - const: qcom,sdm845-aoss-cc 32 32 33 33 reg: 34 34 maxItems: 1
+4 -4
Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml
··· 18 18 oneOf: 19 19 - description: on SC7180 SoCs the following compatibles must be specified 20 20 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 23 23 24 24 - description: on SC7280 SoCs the following compatibles must be specified 25 25 items: 26 - - const: "qcom,sc7280-pdc-global" 26 + - const: qcom,sc7280-pdc-global 27 27 28 28 - description: on SDM845 SoCs the following compatibles must be specified 29 29 items: 30 - - const: "qcom,sdm845-pdc-global" 30 + - const: qcom,sdm845-pdc-global 31 31 32 32 reg: 33 33 maxItems: 1