From ae51000d60c301d7780211373e4a31add20c9f87 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 10 Nov 2020 16:16:40 -0600 Subject: fix(underglow): Switch from legacy SPI to SPIM --- docs/docs/feature/underglow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/docs/feature/underglow.md b/docs/docs/feature/underglow.md index a962142..2cea913 100644 --- a/docs/docs/feature/underglow.md +++ b/docs/docs/feature/underglow.md @@ -61,7 +61,7 @@ Here's an example of an nRF52 SPI definition: ``` &spi1 { - compatible = "nordic,nrf-spi"; + compatible = "nordic,nrf-spim"; status = "okay"; mosi-pin = <6>; // Unused pins, needed for SPI definition, but not used by the ws2812 driver itself. -- cgit v1.2.3