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

Commit 4221af59 authored by Keith Fallows's avatar Keith Fallows
Browse files

ARM: dts: msm: Add secure touch clocks for msm8994 atmel



Secure touch functions in the Atmel MaxTouch driver now
control directly the clocks required by the TrustZone touch
driver stack.

Change-Id: I96907b69bc669814a1e07a12b34dec9d1f00ed4a
Signed-off-by: default avatarKeith Fallows <keithf@codeaurora.org>
parent efb81f44
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -568,6 +568,10 @@
		atmel,reset-gpio = <&msm_gpio 60 0x00>;
		atmel,i2cmode-gpio = <&msm_gpio 59 0x00>;
		atmel,ignore-crc;
		/* Underlying clocks used by secure touch */
		clock-names = "iface_clk", "core_clk";
		clocks = <&clock_gcc clk_gcc_blsp1_ahb_clk>,
			 <&clock_gcc clk_gcc_blsp1_qup2_i2c_apps_clk>;
	};
};