File tree 1 file changed +25
-0
lines changed
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
bat: battery {
26
39
compatible = "simple-battery";
27
40
voltage-min-design-microvolt = <3400000>;
126
139
status = "okay";
127
140
};
128
141
142
+ &sound {
143
+ status = "okay";
144
+ };
145
+
129
146
&usb {
130
147
extcon = <&usb_id>, <&usb_id>;
131
148
status = "okay";
135
152
extcon = <&usb_id>;
136
153
};
137
154
155
+ &wcd_codec {
156
+ qcom,micbias-lvl = <2800>;
157
+ qcom,mbhc-vthreshold-low = <75 150 237 450 500>;
158
+ qcom,mbhc-vthreshold-high = <75 150 237 450 500>;
159
+ qcom,micbias1-ext-cap;
160
+ qcom,hphl-jack-type-normally-open;
161
+ };
162
+
138
163
&smd_rpm_regulators {
139
164
vdd_l1_l2_l3-supply = <&pm8916_s3>;
140
165
vdd_l4_l5_l6-supply = <&pm8916_s4>;
You can’t perform that action at this time.
0 commit comments