commit | 110ac02da1af13426ead3d4f52af8ac61781b10e | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Tue Aug 09 15:02:41 2022 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Aug 12 16:35:41 2022 +0100 |
tree | 478a0b891ca4b67b5f6ae48e1319d6ea98766f07 | |
parent | 45a80d3442b5a17a0cc81d558078024598cfbcf8 [diff] |
tests: clock_control: stm32f3: Fix test overlay A second, faulty, configuration was provided for rcc node, which made the test failing. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/f3_i2c1_hsi.overlay b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/f3_i2c1_hsi.overlay index a6a5f63..610cd80 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/f3_i2c1_hsi.overlay +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/f3_i2c1_hsi.overlay
@@ -62,13 +62,6 @@ clock-frequency = <DT_FREQ_M(32)>; }; -&rcc { - clocks = <&pll>; - clock-frequency = <DT_FREQ_M(64)>; - ahb-prescaler = <1>; - apb1-prescaler = <2>; -}; - &i2c1 { /delete-property/ clocks; clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00200000>,