commit | 877379fba4f40e49407767841293081a5d0d7ab0 | [log] [tgz] |
---|---|---|
author | Alexandre Bourdiol <alexandre.bourdiol@st.com> | Wed Oct 20 19:47:14 2021 +0200 |
committer | Maureen Helm <maureen.helm@intel.com> | Tue Nov 16 09:55:30 2021 -0600 |
tree | 455e2cf69ad4c643076af833b07d4f4e1f9f1df1 | |
parent | 3a603445221635aec185ad960566e7ce6f6f6223 [diff] |
boards: arm: stm32: 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. This change also prepares the introduction of timer based counter (which requires prescaler at timer level) Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>