[PATCH 3/3] ARM: dts: use syscon in cygnus touchscreen dt node

2016-02-09 Thread Raveendra Padasalagi
In cygnus touch screen controller registers are shared with ADC and flex timer. Using readl/writel could lead to race condition. In such cases we need to support register access using syscon framework based API's. So Added dt changes to use syscon. Signed-off-by: Raveendra Padasalagi

[PATCH 3/3] ARM: dts: use syscon in cygnus touchscreen dt node

2016-02-09 Thread Raveendra Padasalagi
In cygnus touch screen controller registers are shared with ADC and flex timer. Using readl/writel could lead to race condition. In such cases we need to support register access using syscon framework based API's. So Added dt changes to use syscon. Signed-off-by: Raveendra Padasalagi