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

Commit dee75690 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: add HBTP input driver DT support on MSMGOLD"

parents 27e83c88 395adffb
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -54,6 +54,24 @@
			debounce-interval = <15>;
		};
	};

	hbtp {
		compatible = "qcom,hbtp-input";
		vcc_ana-supply = <&pmgold_l10>;
		vcc_dig-supply = <&pmgold_l5>;
		qcom,afe-load = <50000>;
		qcom,afe-vtg-min = <2850000>;
		qcom,afe-vtg-max = <2850000>;
		qcom,dig-load = <15000>;
		qcom,dig-vtg-min = <1800000>;
		qcom,dig-vtg-max = <1800000>;
		qcom,display-resolution = <719 1279>;
		qcom,use-scale;
		qcom,default-max-x = <1080>;
		qcom,default-max-y = <1920>;
		qcom,desired-max-x = <720>;
		qcom,desired-max-y = <1280>;
	};
};

&spi_3 { /* BLSP1 QUP3 */
+18 −0
Original line number Diff line number Diff line
@@ -70,6 +70,24 @@
			debounce-interval = <15>;
		};
	};

	hbtp {
		compatible = "qcom,hbtp-input";
		vcc_ana-supply = <&pmgold_l10>;
		vcc_dig-supply = <&pmgold_l5>;
		qcom,afe-load = <50000>;
		qcom,afe-vtg-min = <2850000>;
		qcom,afe-vtg-max = <2850000>;
		qcom,dig-load = <15000>;
		qcom,dig-vtg-min = <1800000>;
		qcom,dig-vtg-max = <1800000>;
		qcom,display-resolution = <719 1279>;
		qcom,use-scale;
		qcom,default-max-x = <1080>;
		qcom,default-max-y = <1920>;
		qcom,desired-max-x = <720>;
		qcom,desired-max-y = <1280>;
	};
};

&flash_led {