File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Documentation/devicetree/bindings/sound Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ Optional properties:
20
20
a GPIO spec for the external headphone detect pin. If jd-mode = 0,
21
21
we will get the JD status by getting the value of hp-detect-gpios.
22
22
23
+ - cbj-sleeve-gpios:
24
+ a GPIO spec to control the external combo jack circuit to tie the sleeve/ring2
25
+ contacts to the ground or floating. It could avoid some electric noise from the
26
+ active speaker jacks.
27
+
23
28
- realtek,in2-differential
24
29
Boolean. Indicate MIC2 input are differential, rather than single-ended.
25
30
@@ -68,6 +73,7 @@ codec: rt5650@1a {
68
73
compatible = "realtek,rt5650";
69
74
reg = <0x1a>;
70
75
hp-detect-gpios = <&gpio 19 0>;
76
+ cbj-sleeve-gpios = <&gpio 20 0>;
71
77
interrupt-parent = <&gpio>;
72
78
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
73
79
realtek,dmic-en = "true";
You can’t perform that action at this time.
0 commit comments