tests: drivers: move "st,prescaler" to timers instead of pwm

Prescaler was misplaced in pwm binding, instead of timers binding.
For example, TIM6/TIM7 doesn't have PWM capability,
but have a prescaler.

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This commit is contained in:
Alexandre Bourdiol 2021-10-20 19:50:26 +02:00 committed by Maureen Helm
commit 022bb25691

View file

@ -5,7 +5,5 @@
*/
&timers1 {
pwm {
st,prescaler = <10000>;
};
};