Re: [PATCH v4 1/3] ARM: dts: Add Peach Pit dts entry for Atmel touchpad

2014-09-13 Thread Kukjin Kim
On 09/11/14 18:44, Javier Martinez Canillas wrote: Hello Dmitry, Hi, On 09/11/2014 12:25 AM, Dmitry Torokhov wrote: +hsi2c_8 { + status = okay; + clock-frequency =333000; + + /* Atmel mXT336S */ + trackpad@4b { + compatible = atmel,maxtouch; +

Re: [PATCH v4 1/3] ARM: dts: Add Peach Pit dts entry for Atmel touchpad

2014-09-11 Thread Javier Martinez Canillas
Hello Dmitry, On 09/11/2014 12:25 AM, Dmitry Torokhov wrote: +hsi2c_8 { +status = okay; +clock-frequency = 333000; + +/* Atmel mXT336S */ +trackpad@4b { +compatible = atmel,maxtouch; +reg = 0x4b; +interrupt-parent = gpx1; +

[PATCH v4 1/3] ARM: dts: Add Peach Pit dts entry for Atmel touchpad

2014-09-10 Thread Javier Martinez Canillas
From: Sjoerd Simons sjoerd.sim...@collabora.co.uk The Peach Pit board has an Atmel maXTouch trackpad device. Add the needed Device Tree nodes to support it. This Device Tree change is based on the Chrome OS 3.8 tree but adapted to use the mainline Atmel maXTouch DT binding. Signed-off-by:

Re: [PATCH v4 1/3] ARM: dts: Add Peach Pit dts entry for Atmel touchpad

2014-09-10 Thread Dmitry Torokhov
On Wed, Sep 10, 2014 at 01:31:29PM +0200, Javier Martinez Canillas wrote: From: Sjoerd Simons sjoerd.sim...@collabora.co.uk The Peach Pit board has an Atmel maXTouch trackpad device. Add the needed Device Tree nodes to support it. This Device Tree change is based on the Chrome OS 3.8 tree