mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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>
This commit is contained in:
parent
267e15588f
commit
5e1be5d461
|
|
@ -86,6 +86,24 @@ MATRIX_KEY(0, 1, KEY_VOLUMEUP)
|
|||
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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user