Skip to content

Commit 2961ab0

Browse files
committed
dt-bindings: soc: qcom: Drop unneeded quotes
Cleanup bindings dropping unneeded quotes. Once all these are fixed, checking for this can be enabled in yamllint. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230327170205.4106310-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 98530c3 commit 2961ab0

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

Documentation/devicetree/bindings/soc/qcom/qcom,apr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/soc/qcom/qcom,apr.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/soc/qcom/qcom,apr.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Qualcomm APR/GPR (Asynchronous/Generic Packet Router)
88

Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/soc/qcom/qcom,eud.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/soc/qcom/qcom,eud.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Qualcomm Embedded USB Debugger
88

Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/soc/qcom/qcom,geni-se.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/soc/qcom/qcom,geni-se.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: GENI Serial Engine QUP Wrapper Controller
88

Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/soc/qcom/qcom,smd-rpm.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/soc/qcom/qcom,smd-rpm.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Qualcomm Resource Power Manager (RPM) over SMD/GLINK
88

Documentation/devicetree/bindings/soc/qcom/qcom,smem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/soc/qcom/qcom,smem.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/soc/qcom/qcom,smem.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Qualcomm Shared Memory Manager
88

Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/soc/qcom/qcom,spm.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/soc/qcom/qcom,spm.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Qualcomm Subsystem Power Manager
88

Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.yaml

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

2121
firmware-name:
2222
$ref: /schemas/types.yaml#/definitions/string
23-
default: "wlan/prima/WCNSS_qcom_wlan_nv.bin"
23+
default: wlan/prima/WCNSS_qcom_wlan_nv.bin
2424
description:
2525
Relative firmware image path for the WLAN NV blob.
2626

0 commit comments

Comments
 (0)