commit | de8134a42ef812b772fbd34ae85b4e6eb30bc454 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard@teslabs.com> | Tue Oct 20 11:52:18 2020 +0200 |
committer | Maureen Helm <maureen.helm@nxp.com> | Tue Oct 20 09:56:26 2020 -0500 |
tree | e871d658e64028460ed04f27649ab15d54f6b5a5 | |
parent | 84d22110571ccc3968f749d5c2835ae40b21d32e [diff] |
drivers: pwm: stm32: fix timer instance access The parameters of the associated PWM timer were not being picked up properly, as it was assumed that parent index is the same as the child index. This is not necessarily true if other timer nodes are active and not being used for PWM. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>