boards: shields: Fix adafruit_2_8_tft_touch_v2 Arduino D4 pin (SDMMC CS)
The device tree overlay for the adafruit_2_8_tft_touch_v2 shield board was incorrectly mapping the Arduino D4 pin, used for SDMMC chip select. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
7171f01c4a
commit
f818ba2a96
|
@ -9,7 +9,7 @@
|
|||
&arduino_spi {
|
||||
status = "okay";
|
||||
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>, /* D10 */
|
||||
<&arduino_header 12 GPIO_ACTIVE_LOW>; /* D04 */
|
||||
<&arduino_header 10 GPIO_ACTIVE_LOW>; /* D04 */
|
||||
|
||||
|
||||
ili9340@0 {
|
||||
|
|
Loading…
Reference in a new issue