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

Commit d1633ed2 authored by Roman Gezikov's avatar Roman Gezikov
Browse files

arm: dts: apq8084: qca1530: Enable xlna regulator



Enable power of external low noise amplifier (xlna)
that is required to supply signal to GNSS chip.

Change-Id: I177e6a14c56d71ac20cc894329fe97cc0cf69ed1
Signed-off-by: default avatarRoman Gezikov <rgezikov@codeaurora.org>
parent 5d065987
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -85,9 +85,12 @@

	gnss_qca1530: qca,qca1530 {
		compatible = "qca,qca1530";
		qca,reset-gpio = <&msmgpio 133 0>;	/* Reset line */
		qca,reset-supply = <&pma8084_l9>;	/* Reset power regulator */
		qca,pwr-supply = <&pma8084_l26>;	/* Power regulator */
		qca,reset-gpio = <&msmgpio 133 0>;
		qca,reset-supply = <&pma8084_l9>;
		qca,pwr-supply = <&pma8084_l26>;
		qca,xlna-supply = <&pma8084_l22>;
		qca,xlna-voltage-level = <3000000 3000000>;
		qca,xlna-current-level = <90000 100>;
	};
};

+6 −2
Original line number Diff line number Diff line
@@ -122,8 +122,12 @@

	gnss_qca1530: qca,qca1530@0 {
		compatible = "qca,qca1530";
		qca,reset-gpio = <&msmgpio 128 0>;	/* Reset line */
		qca,pwr-supply = <&qca1530_vreg>;	/* Power regulator */
		qca,reset-gpio = <&msmgpio 128 0>;
		qca,pwr-supply = <&qca1530_vreg>;
		qca,pwr-gpio = <&msmgpio 66 0>;
		qca,xlna-supply = <&pma8084_l22>;
		qca,xlna-voltage-level = <3000000 3000000>;
		qca,xlna-current-level = <90000 100>;
	};

	liquid_dock {