diff options
author | David Heidelberg <david@ixit.cz> | 2025-03-18 15:51:21 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2025-05-13 19:00:24 +0300 |
commit | 5e1be5d4617f68030eeab0532cf134948e19f5a2 (patch) | |
tree | af1a1f36989871292847f6edf5f6663bf85637fc | |
parent | 267e15588f10033a882954539ef78abd866b1744 (diff) | |
download | linux-5e1be5d4617f68030eeab0532cf134948e19f5a2.tar.xz |
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>
-rw-r--r-- | arch/arm/boot/dts/qcom/qcom-apq8064-lg-nexus4-mako.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-apq8064-lg-nexus4-mako.dts b/arch/arm/boot/dts/qcom/qcom-apq8064-lg-nexus4-mako.dts index 5710450faabf..c187c6875bc6 100644 --- a/arch/arm/boot/dts/qcom/qcom-apq8064-lg-nexus4-mako.dts +++ b/arch/arm/boot/dts/qcom/qcom-apq8064-lg-nexus4-mako.dts @@ -86,6 +86,24 @@ 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"; |