Re: [PATCH 2/2] pwm: Kconfig: Enable ehrpwm driver to be compiled for ARCH_K3

2019-03-20 Thread Vignesh Raghavendra
Hi, On 12/03/19 3:00 PM, Uwe Kleine-König wrote: > On Tue, Mar 12, 2019 at 02:46:29PM +0530, Vignesh Raghavendra wrote: >> K3 devices have the same EHRPWM IP as OMAP SoCs. Enable driver to be built >> for K3 devices. Also, drop reference to AM33xx in help text, as IP is >> found on multiple TI SoC

Re: [PATCH 2/2] pwm: Kconfig: Enable ehrpwm driver to be compiled for ARCH_K3

2019-03-12 Thread Uwe Kleine-König
On Tue, Mar 12, 2019 at 02:46:29PM +0530, Vignesh Raghavendra wrote: > K3 devices have the same EHRPWM IP as OMAP SoCs. Enable driver to be built > for K3 devices. Also, drop reference to AM33xx in help text, as IP is > found on multiple TI SoCs. > > Signed-off-by: Vignesh Raghavendra > --- > dr

[PATCH 2/2] pwm: Kconfig: Enable ehrpwm driver to be compiled for ARCH_K3

2019-03-12 Thread Vignesh Raghavendra
K3 devices have the same EHRPWM IP as OMAP SoCs. Enable driver to be built for K3 devices. Also, drop reference to AM33xx in help text, as IP is found on multiple TI SoCs. Signed-off-by: Vignesh Raghavendra --- drivers/pwm/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff