Skip to content

Commit

Permalink
ARM: exynos: dts: cros5250: add cyapa trackpad
Browse files Browse the repository at this point in the history
Trivial patch, adding the i2c Cypress trackpad used on Snow.

Signed-off-by: Olof Johansson <[email protected]>
Reviewed-by: Doug Anderson <[email protected]>
Acked-by: Kukjin Kim <[email protected]>
  • Loading branch information
olofj committed May 9, 2013
1 parent d7321df commit ee99ce8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/cros5250-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,14 @@
i2c@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@12C80000 {
Expand Down

0 comments on commit ee99ce8

Please sign in to comment.