Skip to content

Commit 69d170c

Browse files
robherringkrzk
authored andcommitted
dt-bindings: memory-controller: 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 20c082a commit 69d170c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Documentation/devicetree/bindings/memory-controllers/renesas,dbsc.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-only OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/memory-controllers/renesas,dbsc.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/memory-controllers/renesas,dbsc.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Renesas DDR Bus Controllers
88

Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: |
2020
- if it contains "cfi-flash", then HyperFlash is used.
2121
2222
allOf:
23-
- $ref: "/schemas/spi/spi-controller.yaml#"
23+
- $ref: /schemas/spi/spi-controller.yaml#
2424

2525
properties:
2626
compatible:

Documentation/devicetree/bindings/memory-controllers/samsung,exynos5422-dmc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ properties:
4242
maxItems: 8
4343

4444
devfreq-events:
45-
$ref: '/schemas/types.yaml#/definitions/phandle-array'
45+
$ref: /schemas/types.yaml#/definitions/phandle-array
4646
minItems: 1
4747
maxItems: 16
4848
items:
4949
maxItems: 1
5050
description: phandles of the PPMU events used by the controller.
5151

5252
device-handle:
53-
$ref: '/schemas/types.yaml#/definitions/phandle'
53+
$ref: /schemas/types.yaml#/definitions/phandle
5454
description: |
5555
phandle of the connected DRAM memory device. For more information please
5656
refer to jedec,lpddr3.yaml.
@@ -73,7 +73,7 @@ properties:
7373
- description: registers of DREX1
7474

7575
samsung,syscon-clk:
76-
$ref: '/schemas/types.yaml#/definitions/phandle'
76+
$ref: /schemas/types.yaml#/definitions/phandle
7777
description: |
7878
Phandle of the clock register set used by the controller, these registers
7979
are used for enabling a 'pause' feature and are not exposed by clock

0 commit comments

Comments
 (0)