[PATCH] ARM: exynos: dts: cros5250: add cyapa trackpad

Olof Johansson olof at lixom.net
Fri Apr 26 19:41:21 EDT 2013


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

Signed-off-by: Olof Johansson <olof at 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




More information about the linux-arm-kernel mailing list