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:
parent
37ffd01f8c
commit
022bb25691
1 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,5 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
&timers1 {
|
&timers1 {
|
||||||
pwm {
|
st,prescaler = <10000>;
|
||||||
st,prescaler = <10000>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue