Skip to content

Commit 1e8e19d

Browse files
committed
arm64: dts: qcom: p024: add sound and modem
1 parent 8c066f2 commit 1e8e19d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

arch/arm64/boot/dts/qcom/msm8916-asus-p024.dts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/dts-v1/;
44

55
#include "msm8916-pm8916.dtsi"
6+
#include "msm8916-modem.dtsi"
67

78
#include <dt-bindings/gpio/gpio.h>
89
#include <dt-bindings/input/input.h>
@@ -22,6 +23,18 @@
2223
stdout-path = "serial0";
2324
};
2425

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+
2538
gpio-keys {
2639
compatible = "gpio-keys";
2740

@@ -127,6 +140,10 @@
127140

128141
};
129142

143+
&sound {
144+
status = "okay";
145+
};
146+
130147
&usb {
131148
extcon = <&usb_id>, <&usb_id>;
132149
status = "okay";
@@ -136,6 +153,14 @@
136153
extcon = <&usb_id>;
137154
};
138155

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+
139164
&smd_rpm_regulators {
140165
vdd_l1_l2_l3-supply = <&pm8916_s3>;
141166
vdd_l4_l5_l6-supply = <&pm8916_s4>;

0 commit comments

Comments
 (0)