Skip to content

Commit bc130ba

Browse files
committed
dts: nxp_lpc55S6x_common: revert to flexcomm SS
Disables GPIO CS in order to use Flexcomm's SS as chip select issues were resolved. Signed-off-by: Andrei Gansari <[email protected]>
1 parent 2a569fb commit bc130ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dts/arm/nxp/nxp_lpc55S6x_common.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,12 @@
192192

193193
hs_lspi: spi@9f000 {
194194
compatible = "nxp,lpc-spi";
195-
cs-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>,
195+
/* Enabling cs-gpios below will allow using GPIO CS,
196+
rather than Flexcomm SS */
197+
/* cs-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>,
196198
<&gpio1 1 GPIO_ACTIVE_LOW>,
197199
<&gpio1 12 GPIO_ACTIVE_LOW>,
198-
<&gpio1 26 GPIO_ACTIVE_LOW>;
200+
<&gpio1 26 GPIO_ACTIVE_LOW>; */
199201
reg = <0x9f000 0x1000>;
200202
interrupts = <59 0>;
201203
label = "HS_LSPI";

0 commit comments

Comments
 (0)