boards: frdm_k22f: Remove setting PTC11 as GPIO for SPI0
There's no obvious reason that PTC11 should be as a GPIO pin when SPI0 is being utilized. As such remove this pin setting. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
e62e4f766e
commit
f210957b7f
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ static int frdm_k22f_pinmux_init(const struct device *dev)
|
|||
pinmux_pin_set(portd, 1, PORT_PCR_MUX(kPORT_MuxAlt2));
|
||||
pinmux_pin_set(portd, 2, PORT_PCR_MUX(kPORT_MuxAlt2));
|
||||
pinmux_pin_set(portd, 3, PORT_PCR_MUX(kPORT_MuxAlt2));
|
||||
pinmux_pin_set(portc, 11, PORT_PCR_MUX(kPORT_MuxAsGpio));
|
||||
#endif
|
||||
|
||||
#if DT_NODE_HAS_STATUS(DT_NODELABEL(i2c0), okay) && CONFIG_I2C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue