tests: drivers: stm32g0 clock control with APB1_2 RCC register

Change the name of the STM32_CLOCK_BUS_APB2 RCC resgister
of the stm32g0 to STM32_CLOCK_BUS_APB1_2
in the testcase for the stm32g0 device.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-12-12 12:01:09 +01:00 committed by Maureen Helm
parent c7b55b4e39
commit 5b2d80ca18

View file

@ -77,7 +77,7 @@
}; };
&adc1 { &adc1 {
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00100000>, clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00100000>,
<&rcc STM32_SRC_PLL_P ADC_SEL(1)>; <&rcc STM32_SRC_PLL_P ADC_SEL(1)>;
status = "okay"; status = "okay";
}; };