From 757366c18c2d22ac4fa45e062c2ce25c109573c5 Mon Sep 17 00:00:00 2001 From: Armando Visconti Date: Tue, 6 Aug 2019 13:25:21 +0200 Subject: [PATCH] dts: stm32l4r5: (FIX) Provide clock info for spi3 controller SPI3 clock info were missing and following macros were not generated: - DT_ST_STM32_SPI_FIFO_40003C00_CLOCK_BITS - DT_ST_STM32_SPI_FIFO_40003C00_CLOCK_BUS Signed-off-by: Armando Visconti --- dts/arm/st/l4/stm32l4r5.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/dts/arm/st/l4/stm32l4r5.dtsi b/dts/arm/st/l4/stm32l4r5.dtsi index b952c2b2c26..9ec8bfcd392 100644 --- a/dts/arm/st/l4/stm32l4r5.dtsi +++ b/dts/arm/st/l4/stm32l4r5.dtsi @@ -126,6 +126,7 @@ #address-cells = <1>; #size-cells = <0>; reg = <0x40003c00 0x400>; + clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00008000>; interrupts = <51 5>; status = "disabled"; label = "SPI_3";