Message ID | 1367019681-31775-1-git-send-email-olof@lixom.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Olof, On Fri, Apr 26, 2013 at 4:41 PM, Olof Johansson <olof@lixom.net> wrote: > 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(+) Looks good. Reviewed-by: Doug Anderson <dianders@chromium.org>
On 04/27/13 09:08, Doug Anderson wrote: > Olof, > > On Fri, Apr 26, 2013 at 4:41 PM, Olof Johansson<olof@lixom.net> wrote: >> 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? >> Please go ahead with my ack: Acked-by: Kukjin Kim <kgene.kim@samsung.com> Thanks. - Kukjin >> >> -Olof >> >> arch/arm/boot/dts/cros5250-common.dtsi | 8 ++++++++ >> 1 file changed, 8 insertions(+) > > Looks good. > > Reviewed-by: Doug Anderson<dianders@chromium.org>
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@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 {
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(+)