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

Commit f1ed37bc authored by Venkataraman Nerellapalli's avatar Venkataraman Nerellapalli
Browse files

ARM: dts: msm: move Elan_Sparrow node to dtsi for apq8053



Move Elan_Sparrow node from dts to dtsi to support
multiple child variants.

Change-Id: Idd41787b80d76620e34d2bd43cf694fc05dfb9c8
Signed-off-by: default avatarVenkataraman Nerellapalli <venkataraman.nerellapalli@codeaurora.org>
parent 0baefc97
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
@@ -66,3 +66,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>;
	};
};