Re: [PATCH] ARM: dts: OMAP5: Add i2c aliases

2013-10-16 Thread Nishanth Menon
On 10/16/2013 06:37 AM, Rajendra Nayak wrote: > On Tuesday 15 October 2013 10:30 PM, Nishanth Menon wrote: >> Currently, i2c1 and i2c5 defer probe due to pinctrl dependencies. >> This changes the i2c ID each bus is registered with in i2c-dev >> interface. >> >> As a result of this, many userspace t

Re: [PATCH] ARM: dts: OMAP5: Add i2c aliases

2013-10-16 Thread Rajendra Nayak
On Tuesday 15 October 2013 10:30 PM, Nishanth Menon wrote: > Currently, i2c1 and i2c5 defer probe due to pinctrl dependencies. > This changes the i2c ID each bus is registered with in i2c-dev > interface. > > As a result of this, many userspace tools break and there is no > consistent manner to fi

[PATCH] ARM: dts: OMAP5: Add i2c aliases

2013-10-15 Thread Nishanth Menon
Currently, i2c1 and i2c5 defer probe due to pinctrl dependencies. This changes the i2c ID each bus is registered with in i2c-dev interface. As a result of this, many userspace tools break and there is no consistent manner to fix the same if the i2c dev interface have no consistent numbering. Provi