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

Commit 63fc0cd9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 28d55db4 14f6836f
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 */
};