File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Documentation/devicetree/bindings/sound Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ properties:
38
38
default : 0x0f
39
39
40
40
everest,mic1-src :
41
+ deprecated : true
41
42
$ref : /schemas/types.yaml#/definitions/uint8
42
43
description :
43
44
the value of reg 2A when headset plugged.
@@ -46,6 +47,7 @@ properties:
46
47
default : 0x22
47
48
48
49
everest,mic2-src :
50
+ deprecated : true
49
51
$ref : /schemas/types.yaml#/definitions/uint8
50
52
description :
51
53
the value of reg 2A when headset unplugged.
@@ -87,7 +89,7 @@ properties:
87
89
0 means the chip detect jack type again after button released.
88
90
minimum : 0
89
91
maximum : 0x7f
90
- default : 0x45
92
+ default : 0x00
91
93
92
94
required :
93
95
- compatible
@@ -107,10 +109,8 @@ examples:
107
109
clocks = <&clks 10>;
108
110
clock-names = "mclk";
109
111
#sound-dai-cells = <0>;
110
- everest,mic1-src = [22];
111
- everest,mic2-src = [44];
112
112
everest,jack-pol = [0e];
113
113
everest,interrupt-src = [08];
114
- everest,interrupt-clk = [45 ];
114
+ everest,interrupt-clk = [00 ];
115
115
};
116
116
};
You can’t perform that action at this time.
0 commit comments