From 0147c9115b6a8e127a2204bbf534eea7e3ffbc69 Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Sat, 28 Oct 2023 08:13:26 +0900 Subject: [PATCH] boards: arm: sparkfun_pro_micro_rp2040: Correct clock desc in doc Correcting the description of the clock controller in the supported features. Signed-off-by: TOKITA Hiroshi --- boards/arm/sparkfun_pro_micro_rp2040/doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/arm/sparkfun_pro_micro_rp2040/doc/index.rst b/boards/arm/sparkfun_pro_micro_rp2040/doc/index.rst index 3de017ae96590c8..3fa4fe40b71e248 100644 --- a/boards/arm/sparkfun_pro_micro_rp2040/doc/index.rst +++ b/boards/arm/sparkfun_pro_micro_rp2040/doc/index.rst @@ -79,9 +79,9 @@ hardware features: * - Flash - :kconfig:option:`CONFIG_FLASH` - :dtcompatible:`raspberrypi,pico-flash` - * - Clock control + * - Clock controller - :kconfig:option:`CONFIG_CLOCK_CONTROL` - - :dtcompatible:`raspberrypi,pico-clocks` + - :dtcompatible:`raspberrypi,pico-clock-controller` * - UART (PIO) - :kconfig:option:`CONFIG_SERIAL` - :dtcompatible:`raspberrypi,pico-uart-pio`