ARM: dts: qcom: apq8064-lg-nexus4-mako: Enable WiFi
authorDavid Heidelberg <david@ixit.cz>
Tue, 18 Mar 2025 12:51:21 +0000 (13:51 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 13 May 2025 16:00:24 +0000 (17:00 +0100)
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>
arch/arm/boot/dts/qcom/qcom-apq8064-lg-nexus4-mako.dts

index 5710450faabf34fa5991d8803a2369cfbb09e4ea..c187c6875bc69d6ad711b52d519fe6a2660f09be 100644 (file)
        status = "okay";
 };
 
+&riva {
+       pinctrl-names = "default";
+       pinctrl-0 = <&riva_wlan_pin_a>, <&riva_bt_pin_a>, <&riva_fm_pin_a>;
+
+       vddcx-supply = <&pm8921_s3>;
+       vddmx-supply = <&pm8921_l24>;
+       vddpx-supply = <&pm8921_s4>;
+
+       status = "okay";
+
+       iris {
+               vddxo-supply = <&pm8921_l4>;
+               vddrfa-supply = <&pm8921_s2>;
+               vddpa-supply = <&pm8921_l10>;
+               vdddig-supply = <&pm8921_lvs2>;
+       };
+};
+
 &rpm {
        regulators {
                compatible = "qcom,rpm-pm8921-regulators";