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:
Peter Johanson 2022-05-05 22:58:56 -04:00
parent 6227866e8c
commit 41dc774848
1 changed files with 1 additions and 1 deletions

View File

@ -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 {