From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- kernel/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt b/kernel/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt index b240121..cfa04b6 100644 --- a/kernel/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt +++ b/kernel/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt @@ -11,6 +11,8 @@ "st,stm32f42xx-rcc" "st,stm32f469-rcc" "st,stm32f746-rcc" + "st,stm32f769-rcc" + - reg: should be register base and length as documented in the datasheet - #reset-cells: 1, see below @@ -102,6 +104,10 @@ 28 CLK_I2C3 29 CLK_I2C4 30 CLK_LPTIMER (LPTimer1 clock) + 31 CLK_PLL_SRC + 32 CLK_DFSDM1 + 33 CLK_ADFSDM1 + 34 CLK_F769_DSI ) Example: -- Gitblit v1.6.2