Skip to content

Commit 5e1be5d

Browse files
okiasandersson
authored andcommitted
ARM: dts: qcom: apq8064-lg-nexus4-mako: Enable WiFi
The Wi-Fi setup is identical to that of the Sony Xperia Z (Yuga). Verified against the legacy kernel configuration inside arch/arm/mach-msm/board-8064-regulator.c using LineageOS 14.1 kernel sources. Signed-off-by: David Heidelberg <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 267e155 commit 5e1be5d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

arch/arm/boot/dts/qcom/qcom-apq8064-lg-nexus4-mako.dts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,24 @@
8686
status = "okay";
8787
};
8888

89+
&riva {
90+
pinctrl-names = "default";
91+
pinctrl-0 = <&riva_wlan_pin_a>, <&riva_bt_pin_a>, <&riva_fm_pin_a>;
92+
93+
vddcx-supply = <&pm8921_s3>;
94+
vddmx-supply = <&pm8921_l24>;
95+
vddpx-supply = <&pm8921_s4>;
96+
97+
status = "okay";
98+
99+
iris {
100+
vddxo-supply = <&pm8921_l4>;
101+
vddrfa-supply = <&pm8921_s2>;
102+
vddpa-supply = <&pm8921_l10>;
103+
vdddig-supply = <&pm8921_lvs2>;
104+
};
105+
};
106+
89107
&rpm {
90108
regulators {
91109
compatible = "qcom,rpm-pm8921-regulators";

0 commit comments

Comments
 (0)