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:
parent
c7b55b4e39
commit
5b2d80ca18
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue