Commit 72e418c4 authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: reserved-memory: Drop unneeded quotes



Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Reviewed-by: default avatarThierry Reding <treding@nvidia.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230327170122.4103518-1-robh@kernel.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 5bae6ac1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ maintainers:
  - David Brazdil <dbrazdil@google.com>
  - David Brazdil <dbrazdil@google.com>


allOf:
allOf:
  - $ref: "reserved-memory.yaml"
  - $ref: reserved-memory.yaml


properties:
properties:
  compatible:
  compatible:
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@ description: On Tegra210, firmware passes a binary representation of the
  EMC frequency table via a reserved memory region.
  EMC frequency table via a reserved memory region.


allOf:
allOf:
  - $ref: "reserved-memory.yaml"
  - $ref: reserved-memory.yaml


properties:
properties:
  compatible:
  compatible:
+2 −2
Original line number Original line Diff line number Diff line
@@ -17,8 +17,8 @@ maintainers:
  - Vincent Whitchurch <vincent.whitchurch@axis.com>
  - Vincent Whitchurch <vincent.whitchurch@axis.com>


allOf:
allOf:
  - $ref: "reserved-memory.yaml"
  - $ref: reserved-memory.yaml
  - $ref: "/schemas/mtd/mtd.yaml"
  - $ref: /schemas/mtd/mtd.yaml


properties:
properties:
  compatible:
  compatible:
+3 −3
Original line number Original line Diff line number Diff line
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
%YAML 1.2
---
---
$id: "http://devicetree.org/schemas/reserved-memory/qcom,cmd-db.yaml#"
$id: http://devicetree.org/schemas/reserved-memory/qcom,cmd-db.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
$schema: http://devicetree.org/meta-schemas/core.yaml#


title: Qualcomm Command DB
title: Qualcomm Command DB


@@ -20,7 +20,7 @@ maintainers:
  - Bjorn Andersson <bjorn.andersson@linaro.org>
  - Bjorn Andersson <bjorn.andersson@linaro.org>


allOf:
allOf:
  - $ref: "reserved-memory.yaml"
  - $ref: reserved-memory.yaml


properties:
properties:
  compatible:
  compatible:
+3 −3
Original line number Original line Diff line number Diff line
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
%YAML 1.2
---
---
$id: "http://devicetree.org/schemas/reserved-memory/qcom,rmtfs-mem.yaml#"
$id: http://devicetree.org/schemas/reserved-memory/qcom,rmtfs-mem.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
$schema: http://devicetree.org/meta-schemas/core.yaml#


title: Qualcomm Remote File System Memory
title: Qualcomm Remote File System Memory


@@ -15,7 +15,7 @@ maintainers:
  - Bjorn Andersson <bjorn.andersson@linaro.org>
  - Bjorn Andersson <bjorn.andersson@linaro.org>


allOf:
allOf:
  - $ref: "reserved-memory.yaml"
  - $ref: reserved-memory.yaml


properties:
properties:
  compatible:
  compatible:
Loading