File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Documentation/devicetree/bindings/clock Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,24 @@ description:
15
15
16
16
properties :
17
17
compatible :
18
- const : qcom,msm8916-a53pll
18
+ enum :
19
+ - qcom,ipq6018-a53pll
20
+ - qcom,msm8916-a53pll
19
21
20
22
reg :
21
23
maxItems : 1
22
24
23
25
' #clock-cells ' :
24
26
const : 0
25
27
28
+ clocks :
29
+ items :
30
+ - description : board XO clock
31
+
32
+ clock-names :
33
+ items :
34
+ - const : xo
35
+
26
36
required :
27
37
- compatible
28
38
- reg
@@ -38,3 +48,12 @@ examples:
38
48
reg = <0xb016000 0x40>;
39
49
#clock-cells = <0>;
40
50
};
51
+ # Example 2 - A53 PLL found on IPQ6018 devices
52
+ - |
53
+ a53pll_ipq: clock-controller@b116000 {
54
+ compatible = "qcom,ipq6018-a53pll";
55
+ reg = <0x0b116000 0x40>;
56
+ #clock-cells = <0>;
57
+ clocks = <&xo>;
58
+ clock-names = "xo";
59
+ };
You can’t perform that action at this time.
0 commit comments