Skip to content

Commit c5dcc28

Browse files
passgatbebarino
authored andcommitted
dt-bindings: clock: st,stm32mp1-rcc: fix reference paths
The path of the two files was wrong even at the time they were added. Let's fix them so they can be correctly referenced. Fixes: 722dc8a ("dt-bindings: rcc: stm32: add new compatible for STM32MP13 SoC") Fixes: 20107d7 ("dt-bindings: rcc: Convert stm32mp1 rcc bindings to json-schema") Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Link: https://lore.kernel.org/r/20241231150144.4035938-1-dario.binacchi@amarulasolutions.com Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent dc39d7f commit c5dcc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ description: |
4040
= 0x180 / 4 * 32 + 0 = 3072
4141
4242
The list of valid indices for STM32MP1 is available in:
43-
include/dt-bindings/reset-controller/stm32mp1-resets.h
44-
include/dt-bindings/reset-controller/stm32mp13-resets.h
43+
include/dt-bindings/reset/stm32mp1-resets.h
44+
include/dt-bindings/reset/stm32mp13-resets.h
4545
4646
This file implements defines like:
4747
#define LTDC_R 3072

0 commit comments

Comments
 (0)