Re: [PATCH] of/i2c: check status property for i2c client

2012-11-21 Thread Rob Herring
On 11/21/2012 02:57 AM, Bongkyu Kim wrote: > Because of_i2c_register_devices() do not check status property, > all i2c clients are registered. > > This patch add checking status property for i2c client. > After this patch, if status property is absent or "okay" or "ok", > i2c client will be regist

[PATCH] of/i2c: check status property for i2c client

2012-11-21 Thread Bongkyu Kim
Because of_i2c_register_devices() do not check status property, all i2c clients are registered. This patch add checking status property for i2c client. After this patch, if status property is absent or "okay" or "ok", i2c client will be registered. Signed-off-by: Bongkyu Kim --- drivers/of/of_i