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:
parent
44c2b19d5e
commit
f3c70b4ab8
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue