File tree Expand file tree Collapse file tree 2 files changed +43
-34
lines changed
Documentation/devicetree/bindings/clock Expand file tree Collapse file tree 2 files changed +43
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
+ %YAML 1.2
3
+ ---
4
+ $id : http://devicetree.org/schemas/clock/qcom,krait-cc.yaml#
5
+ $schema : http://devicetree.org/meta-schemas/core.yaml#
6
+
7
+ title : Krait Clock Controller
8
+
9
+ maintainers :
10
+ -
Stephen Boyd <[email protected] >
11
+
12
+ properties :
13
+ compatible :
14
+ enum :
15
+ - qcom,krait-cc-v1
16
+ - qcom,krait-cc-v2
17
+
18
+ ' #clock-cells ' :
19
+ const : 1
20
+
21
+ clocks :
22
+ items :
23
+ - description : Parent clock phandle for hfpll0
24
+ - description : Parent clock phandle for hfpll1
25
+ - description : Parent clock phandle for acpu0_aux
26
+ - description : Parent clock phandle for acpu1_aux
27
+ - description : Parent clock phandle for qsb
28
+
29
+ clock-names :
30
+ items :
31
+ - const : hfpll0
32
+ - const : hfpll1
33
+ - const : acpu0_aux
34
+ - const : acpu1_aux
35
+ - const : qsb
36
+
37
+ required :
38
+ - compatible
39
+ - ' #clock-cells'
40
+ - clocks
41
+ - clock-names
42
+
43
+ additionalProperties : false
You can’t perform that action at this time.
0 commit comments