arm64: dts: qcom: sdm845-oneplus: enable second wifi channel
authorCaleb Connolly <caleb@connolly.tech>
Wed, 20 Oct 2021 16:36:59 +0000 (16:36 +0000)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 20 Oct 2021 23:00:05 +0000 (18:00 -0500)
Like the c630, the OnePlus 6 is also capable of using both antenna
channels for 2.4 and 5ghz wifi, however unlike the c630 only the first
channel is used for bluetooth.

Signed-off-by: Caleb Connolly <caleb@connolly.tech>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211020163557.291803-1-caleb@connolly.tech
arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi

index d4355522374a17c64e8a2661dfa23bc4e0d80896..8bf2430a3af7785756ce544cbe06ba638234cdaa 100644 (file)
                        regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
                };
 
+               vreg_l23a_3p3: ldo23 {
+                       regulator-min-microvolt = <3300000>;
+                       regulator-max-microvolt = <3312000>;
+                       regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+               };
+
                vdda_qusb_hs0_3p1:
                vreg_l24a_3p075: ldo24 {
                        regulator-min-microvolt = <3088000>;
        vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
        vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
        vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
+       vdd-3.3-ch1-supply = <&vreg_l23a_3p3>;
 
        qcom,snoc-host-cap-8bit-quirk;
 };