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

2012-11-15 Thread Grant Likely
On Wed, 10 Oct 2012 14:27:20 +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

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

2012-10-09 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