diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-19 16:19:05 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-19 16:19:05 +0200 |
commit | 47e3f7bc0ec31948832e410f2a4cc201c81e04a2 (patch) | |
tree | 5eff6d13beee23c6032a724f8cb3f40af7ef99d1 /recipes/linux/linux-2.6.29/boc01/boc01.dts | |
parent | a8f0ae2eda819d76f4f9452b704b1f21c24ce1e7 (diff) |
linux-2.6.29: update boc01 capsense driver to new i2c style
Diffstat (limited to 'recipes/linux/linux-2.6.29/boc01/boc01.dts')
-rw-r--r-- | recipes/linux/linux-2.6.29/boc01/boc01.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.29/boc01/boc01.dts b/recipes/linux/linux-2.6.29/boc01/boc01.dts index 1abe296842..d18fd7fd71 100644 --- a/recipes/linux/linux-2.6.29/boc01/boc01.dts +++ b/recipes/linux/linux-2.6.29/boc01/boc01.dts @@ -164,6 +164,10 @@ interrupts = <15 0x8>; interrupt-parent = <&ipic>; dfsrr; + capsense@25 { + compatible = "cypress,capsense"; + reg = <0x25>; + }; }; spi@7000 { |