linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: exynos: dts: cros5250: add cyapa trackpad
@ 2013-04-26 23:41 Olof Johansson
  2013-04-27  0:08 ` Doug Anderson
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2013-04-26 23:41 UTC (permalink / raw)
  To: linux-arm-kernel

Trivial patch, adding the i2c Cypress trackpad used on Snow.

Signed-off-by: Olof Johansson <olof@lixom.net>
---

Kukjin, if you don't mind I'll just add this to arm-soc?


-Olof

 arch/arm/boot/dts/cros5250-common.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/cros5250-common.dtsi b/arch/arm/boot/dts/cros5250-common.dtsi
index ebfa805..a3330a9 100644
--- a/arch/arm/boot/dts/cros5250-common.dtsi
+++ b/arch/arm/boot/dts/cros5250-common.dtsi
@@ -175,6 +175,14 @@
 	i2c at 12C70000 {
 		samsung,i2c-sda-delay = <100>;
 		samsung,i2c-max-bus-freq = <378000>;
+
+		trackpad {
+			reg = <0x67>;
+			compatible = "cypress,cyapa";
+			interrupts = <2 0>;
+			interrupt-parent = <&gpx1>;
+			wakeup-source;
+		};
 	};
 
 	i2c at 12C80000 {
-- 
1.8.1.192.gc4361b8

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-28  6:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 23:41 [PATCH] ARM: exynos: dts: cros5250: add cyapa trackpad Olof Johansson
2013-04-27  0:08 ` Doug Anderson
2013-04-28  6:55   ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).