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

Commit f4ec55ce 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: apq8084: qca1530: Enable xlna regulator"

parents 19759086 d1633ed2
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 {