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 <david@ixit.cz> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250318-lg-nexus4-mako-enable-wifi-v1-1-e3b4a09d9f68@ixit.cz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 267e155 commit 5e1be5d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

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)