Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14f6836f authored by Ming-yi Lin's avatar Ming-yi Lin
Browse files

ARM: dts: msm: changes for Liquid P3.1 APQ with HSIC QCA



Due to QCA6234 needs 3.3v/1.8v(L19/L10) output, overwrite the
default settings of L19 and L10.

Change-Id: Ibac759e1289e61fd9b76de9221e5e34067ca1fa6
Signed-off-by: default avatarMing-yi Lin <mylin@codeaurora.org>
parent 7f6e6532
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@
		compatible = "qca,ar3002";
		qca,bt-reset-gpio = <&pm8941_gpios 34 0>;
		qca,bt-chip-pwd-supply = <&ath_chip_pwd_l>;
		qca,bt-vdd-io-supply = <&pm8941_s3>;
		qca,bt-vdd-io-supply = <&pm8941_l10>;
		qca,bt-vdd-pa-supply = <&pm8941_l19>;
	};

@@ -462,6 +462,18 @@
	};
};

&pm8941_l19 {
	regulator-min-microvolt = <3300000>;
	regulator-max-microvolt = <3300000>;
	qcom,init-voltage = <3300000>;
};

&pm8941_l10 {
	regulator-min-microvolt = <1800000>;
	regulator-max-microvolt = <1800000>;
	qcom,init-voltage = <1800000>;
};

&mdss_fb0 {
	qcom,memory-reservation-size = <0x1000000>; /* size 16MB */
};