fix(boards): Fix key position 4 flakiness w/ RGB
* Remove MISO pin from pinctrl for BDN9 rev2 board, to avoid the 4th switch being set up for an alternate function, which was causing spurious key press events to be triggered.
This commit is contained in:
parent
6227866e8c
commit
41dc774848
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
|
||||
&spi2 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&spi2_sck_pb13 &spi2_miso_pb14 &spi2_mosi_pb15>;
|
||||
pinctrl-0 = <&spi2_sck_pb13 &spi2_mosi_pb15>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
led_strip: ws2812@0 {
|
||||
|
|
Loading…
Reference in a new issue