Re: [PATCH 1/8] ARM: OMAP2+: Fix missing SYSC_HAS_RESET_STATUS for dra7 epwmss

2019-07-23 Thread Suman Anna
On 7/23/19 6:28 AM, Tony Lindgren wrote: > TRM says PWMSS_SYSCONFIG bit for SOFTRESET changes to zero when > reset is completed. Let's configure it as otherwise we get warnings > on boot when we check the data against dts provided data. Eventually > the legacy platform data will be just dropped, bu

[PATCH 1/8] ARM: OMAP2+: Fix missing SYSC_HAS_RESET_STATUS for dra7 epwmss

2019-07-23 Thread Tony Lindgren
TRM says PWMSS_SYSCONFIG bit for SOFTRESET changes to zero when reset is completed. Let's configure it as otherwise we get warnings on boot when we check the data against dts provided data. Eventually the legacy platform data will be just dropped, but let's fix the warning first. Signed-off-by: To