spi-device: set CS gpio flags for all devices that had none

The generic SPI GPIO chip select support now respects devicetree flags
for signal active level.  Update all cs-gpios properties to specify
active low.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-07-06 14:57:30 -05:00 committed by Kumar Gala
commit 9dc7640ede
29 changed files with 35 additions and 33 deletions

View file

@ -92,7 +92,7 @@
mosi-pin = <9>;
miso-pin = <8>;
cs-pin = <11>;
cs-gpios = <&gpio0 11 0>;
cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
};
&rtc {