tests: drivers: clock control testing on the stm32h7 serie

Disable the pll2 when clearing the clock config prior to
testing the clock_control driver for the stm32h7

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2024-06-26 09:07:04 +02:00 committed by Alberto Escolar
commit f3c70b4ab8

View file

@ -42,6 +42,16 @@
status = "disabled";
};
&pll2 {
/delete-property/ div-m;
/delete-property/ mul-n;
/delete-property/ div-p;
/delete-property/ div-q;
/delete-property/ div-r;
/delete-property/ clocks;
status = "disabled";
};
&pll3 {
/delete-property/ div-m;
/delete-property/ mul-n;