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

Commit 691a4429 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: move Elan_Sparrow node to dtsi for apq8053"

parents 005e57f8 f1ed37bc
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -25,17 +25,3 @@
&blsp2_uart0 {
	status = "okay";
};

&i2c_3 {
	status = "okay";
	elan_ktf@10 {
		compatible = "elan,ekth3500";
		reg = <0x10>;
		vdd-supply = <&pm8953_l10>;
		vccio-supply = <&pm8953_l6>;
		interrupt-parent = <&tlmm>;
		reset-gpio = <&tlmm 64 GPIO_ACTIVE_LOW>;
		elan,irq-gpio = <&tlmm 65 0x2008>;
		interrupts = <65 0x2>;
	};
};
+14 −0
Original line number Diff line number Diff line
@@ -79,3 +79,17 @@
&camera2{
	qcom,mount-angle = <270>;
};

&i2c_3 {
	status = "okay";
	elan_ktf@10 {
		compatible = "elan,ekth3500";
		reg = <0x10>;
		vdd-supply = <&pm8953_l10>;
		vccio-supply = <&pm8953_l6>;
		interrupt-parent = <&tlmm>;
		reset-gpio = <&tlmm 64 GPIO_ACTIVE_LOW>;
		elan,irq-gpio = <&tlmm 65 0x2008>;
		interrupts = <65 0x2>;
	};
};