Commit 6d9a666d authored by Job Noorman's avatar Job Noorman Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sdm632: fairphone-fp3: add touchscreen

parent 4420e604
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -49,6 +49,20 @@
	vdda-phy-dpdm-supply = <&pm8953_l13>;
};

&i2c_3 {
	status = "okay";

	touchscreen@48 {
		compatible = "himax,hx83112b";
		reg = <0x48>;
		interrupt-parent = <&tlmm>;
		interrupts = <65 IRQ_TYPE_LEVEL_LOW>;
		touchscreen-size-x = <1080>;
		touchscreen-size-y = <2160>;
		reset-gpios = <&tlmm 64 GPIO_ACTIVE_LOW>;
	};
};

&pm8953_resin {
	status = "okay";
	linux,code = <KEY_VOLUMEDOWN>;