[PATCH 3/3 v4] ARM: DTS: fix the chip select gpios definition in the SPI nodes

2014-06-12 Thread Naveen Krishna Chatradhi
This patch replaces the cs-gpio from controller-data node as was specified in the old binding and use the standard cs-gpios property expected by the SPI core as is defined in the new binding. Respective changes are preposed to spi-s3c64xx.c driver. @

Re: [PATCH 3/3 v4] ARM: DTS: fix the chip select gpios definition in the SPI nodes

2014-06-12 Thread Javier Martinez Canillas
Hello Naveen, On 06/12/2014 03:13 PM, Naveen Krishna Chatradhi wrote: This patch replaces the cs-gpio from controller-data node as was specified in the old binding and use the standard cs-gpios property expected by the SPI core as is defined in the new binding. Respective changes are

Re: [PATCH 3/3 v4] ARM: DTS: fix the chip select gpios definition in the SPI nodes

2014-06-12 Thread Doug Anderson
Hi, On Thu, Jun 12, 2014 at 6:13 AM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: This patch replaces the cs-gpio from controller-data node as was specified in the old binding and use the standard cs-gpios property expected by the SPI core as is defined in the new binding.