From 9636b465195a756b72ab32223a1678c37a0448d6 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 2 Feb 2022 20:07:56 +0100 Subject: [PATCH] samples: boards: stm32: power_mgmt: blinky: use dtcompatible role Reference DT compatible using the :dtcompatible: role. Signed-off-by: Gerard Marull-Paretas --- samples/boards/stm32/power_mgmt/blinky/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/boards/stm32/power_mgmt/blinky/README.rst b/samples/boards/stm32/power_mgmt/blinky/README.rst index 19871db114f..63ae32ea177 100644 --- a/samples/boards/stm32/power_mgmt/blinky/README.rst +++ b/samples/boards/stm32/power_mgmt/blinky/README.rst @@ -17,7 +17,7 @@ Requirements The board should support enabling PM. For a STM32 based target, it means that it should support a clock source alternative to Cortex Systick that can be used -in core sleep states, as LPTIM (:ref:`dtbinding_st_stm32_lptim`). +in core sleep states, as LPTIM (:dtcompatible:`st,stm32-lptim`). Building and Running ********************