Re: [v2 PATCH 02/14] of_spi: add generic binding support to specify cs gpio

2012-12-05 Thread Grant Likely
On Tue, 4 Dec 2012 15:53:48 +0800, Wenyou Yang wrote: > From: Jean-Christophe PLAGNIOL-VILLARD > > This will allow to use gpio for chip select with no modification in the > driver binding > > When use the cs-gpios, the gpio number will be passed via the cs_gpio field > and the number of chip s

[v2 PATCH 02/14] of_spi: add generic binding support to specify cs gpio

2012-12-04 Thread Wenyou Yang
From: Jean-Christophe PLAGNIOL-VILLARD This will allow to use gpio for chip select with no modification in the driver binding When use the cs-gpios, the gpio number will be passed via the cs_gpio field and the number of chip select will automatically increased. Signed-off-by: Jean-Christophe PL