File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed
Documentation/devicetree/bindings/phy Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 75
75
properties :
76
76
compatible :
77
77
contains :
78
- const : qcom,sdm845- qusb2-phy
78
+ const : qcom,qusb2-v2 -phy
79
79
then :
80
80
properties :
81
81
qcom,imp-res-offset-value :
89
89
maximum : 63
90
90
default : 0
91
91
92
+ qcom,bias-ctrl-value :
93
+ description :
94
+ It is a 6 bit value that specifies bias-ctrl-value. It is a PHY
95
+ tuning parameter that may vary for different boards of same SOC.
96
+ allOf :
97
+ - $ref : /schemas/types.yaml#/definitions/uint32
98
+ - minimum : 0
99
+ maximum : 63
100
+ default : 0
101
+
102
+ qcom,charge-ctrl-value :
103
+ description :
104
+ It is a 2 bit value that specifies charge-ctrl-value. It is a PHY
105
+ tuning parameter that may vary for different boards of same SOC.
106
+ allOf :
107
+ - $ref : /schemas/types.yaml#/definitions/uint32
108
+ - minimum : 0
109
+ maximum : 3
110
+ default : 0
111
+
92
112
qcom,hstx-trim-value :
93
113
description :
94
114
It is a 4 bit value that specifies tuning for HSTX
@@ -124,6 +144,16 @@ then:
124
144
maximum : 1
125
145
default : 0
126
146
147
+ qcom,hsdisc-trim-value :
148
+ description :
149
+ It is a 2 bit value tuning parameter that control disconnect
150
+ threshold and may vary for different boards of same SOC.
151
+ allOf :
152
+ - $ref : /schemas/types.yaml#/definitions/uint32
153
+ - minimum : 0
154
+ maximum : 3
155
+ default : 0
156
+
127
157
required :
128
158
- compatible
129
159
- reg
You can’t perform that action at this time.
0 commit comments