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:
parent
a0f025995d
commit
9dc7640ede
29 changed files with 35 additions and 33 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue