boards: hexiwear_k64: Drop SPI as supported board feature

We don't currently configure any SPI interface on the hexiwear_k64 so
remove 'spi' as a listed supported feature in the board YAML.

This can be added back if SPI support is added for the board in the
future.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-05-05 08:18:26 -05:00 committed by Maureen Helm
commit 5f423d45cf

View file

@ -12,5 +12,4 @@ supported:
- gpio - gpio
- i2c - i2c
- pwm - pwm
- spi
- watchdog - watchdog