File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Documentation/devicetree/bindings/regulator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,29 +19,29 @@ description: |
19
19
properties :
20
20
buck :
21
21
type : object
22
- $ref : regulators .yaml#
22
+ $ref : regulator .yaml#
23
23
unevaluatedProperties : false
24
24
description :
25
25
Properties for the BUCK regulator.
26
26
27
27
vbus :
28
28
type : object
29
- $ref : regulators .yaml#
29
+ $ref : regulator .yaml#
30
30
unevaluatedProperties : false
31
31
description :
32
32
Properties for the VBUS regulator.
33
33
34
34
patternProperties :
35
35
" ^ldo[1-3]$ " :
36
36
type : object
37
- $ref : regulators .yaml#
37
+ $ref : regulator .yaml#
38
38
unevaluatedProperties : false
39
39
description :
40
40
Properties for single LDO regulator.
41
41
42
42
" ^usbldo[1-2]$ " :
43
43
type : object
44
- $ref : regulators .yaml#
44
+ $ref : regulator .yaml#
45
45
unevaluatedProperties : false
46
46
description :
47
47
Properties for a single USBLDO regulator.
You can’t perform that action at this time.
0 commit comments