File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 3
3
/dts-v1/;
4
4
5
5
#include "msm8916-pm8916.dtsi"
6
+ #include "msm8916-modem.dtsi"
6
7
7
8
#include <dt-bindings/gpio/gpio.h>
8
9
#include <dt-bindings/input/input.h>
22
23
stdout-path = "serial0";
23
24
};
24
25
26
+ reserved-memory {
27
+ mpss_mem: mpss@86800000 {
28
+ reg = <0x0 0x86800000 0x0 0x5500000>;
29
+ no-map;
30
+ };
31
+
32
+ gps_mem: gps@8bd00000 {
33
+ reg = <0x0 0x8bd00000 0x0 0x200000>;
34
+ no-map;
35
+ };
36
+ };
37
+
25
38
gpio-keys {
26
39
compatible = "gpio-keys";
27
40
127
140
128
141
};
129
142
143
+ &sound {
144
+ status = "okay";
145
+ };
146
+
130
147
&usb {
131
148
extcon = <&usb_id>, <&usb_id>;
132
149
status = "okay";
136
153
extcon = <&usb_id>;
137
154
};
138
155
156
+ &wcd_codec {
157
+ qcom,micbias-lvl = <2800>;
158
+ qcom,mbhc-vthreshold-low = <75 150 237 450 500>;
159
+ qcom,mbhc-vthreshold-high = <75 150 237 450 500>;
160
+ qcom,micbias1-ext-cap;
161
+ qcom,hphl-jack-type-normally-open;
162
+ };
163
+
139
164
&smd_rpm_regulators {
140
165
vdd_l1_l2_l3-supply = <&pm8916_s3>;
141
166
vdd_l4_l5_l6-supply = <&pm8916_s4>;
You can’t perform that action at this time.
0 commit comments