File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Documentation/devicetree/bindings/memory-controllers Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
2
%YAML 1.2
3
3
---
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#
6
6
7
7
title : Renesas DDR Bus Controllers
8
8
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ description: |
20
20
- if it contains "cfi-flash", then HyperFlash is used.
21
21
22
22
allOf :
23
- - $ref : " /schemas/spi/spi-controller.yaml#"
23
+ - $ref : /schemas/spi/spi-controller.yaml#
24
24
25
25
properties :
26
26
compatible :
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ properties:
42
42
maxItems : 8
43
43
44
44
devfreq-events :
45
- $ref : ' /schemas/types.yaml#/definitions/phandle-array'
45
+ $ref : /schemas/types.yaml#/definitions/phandle-array
46
46
minItems : 1
47
47
maxItems : 16
48
48
items :
49
49
maxItems : 1
50
50
description : phandles of the PPMU events used by the controller.
51
51
52
52
device-handle :
53
- $ref : ' /schemas/types.yaml#/definitions/phandle'
53
+ $ref : /schemas/types.yaml#/definitions/phandle
54
54
description : |
55
55
phandle of the connected DRAM memory device. For more information please
56
56
refer to jedec,lpddr3.yaml.
@@ -73,7 +73,7 @@ properties:
73
73
- description : registers of DREX1
74
74
75
75
samsung,syscon-clk :
76
- $ref : ' /schemas/types.yaml#/definitions/phandle'
76
+ $ref : /schemas/types.yaml#/definitions/phandle
77
77
description : |
78
78
Phandle of the clock register set used by the controller, these registers
79
79
are used for enabling a 'pause' feature and are not exposed by clock
You can’t perform that action at this time.
0 commit comments