File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Documentation/devicetree/bindings/phy Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,15 @@ properties:
28
28
- const : hdmi_phy
29
29
30
30
clocks :
31
- maxItems : 2
31
+ minItems : 2
32
+ maxItems : 3
32
33
33
34
clock-names :
35
+ minItems : 2
34
36
items :
35
37
- const : iface
36
38
- const : ref
39
+ - const : xo
37
40
38
41
power-domains :
39
42
maxItems : 1
@@ -44,6 +47,9 @@ properties:
44
47
vddio-supply :
45
48
description : phandle to VDD I/O supply regulator
46
49
50
+ ' #clock-cells ' :
51
+ const : 0
52
+
47
53
' #phy-cells ' :
48
54
const : 0
49
55
@@ -75,9 +81,12 @@ examples:
75
81
"hdmi_phy";
76
82
77
83
clocks = <&mmcc 116>,
78
- <&gcc 214>;
84
+ <&gcc 214>,
85
+ <&xo_board>;
79
86
clock-names = "iface",
80
- "ref";
87
+ "ref",
88
+ "xo";
89
+ #clock-cells = <0>;
81
90
#phy-cells = <0>;
82
91
83
92
vddio-supply = <&vreg_l12a_1p8>;
You can’t perform that action at this time.
0 commit comments