mbox series

[0/2] pwm: tiehrpwm: Enable EHRPWM for AM654 SoCs

Message ID 20190312091629.31701-1-vigneshr@ti.com
Headers show
Series pwm: tiehrpwm: Enable EHRPWM for AM654 SoCs | expand

Message

Vignesh Raghavendra March 12, 2019, 9:16 a.m. UTC
This series adds support for EHRPWM IP on TI AM654 SoC

Vignesh Raghavendra (2):
  dt-bindings: pwm: tiehrpwm: Add TI AM654 SoC specific compatible
  pwm: Kconfig: Enable ehrpwm driver to be compiled for ARCH_K3

 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt | 1 +
 drivers/pwm/Kconfig                                    | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thierry Reding March 20, 2019, 11:33 a.m. UTC | #1
On Tue, Mar 12, 2019 at 02:46:27PM +0530, Vignesh Raghavendra wrote:
> This series adds support for EHRPWM IP on TI AM654 SoC
> 
> Vignesh Raghavendra (2):
>   dt-bindings: pwm: tiehrpwm: Add TI AM654 SoC specific compatible
>   pwm: Kconfig: Enable ehrpwm driver to be compiled for ARCH_K3
> 
>  Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt | 1 +
>  drivers/pwm/Kconfig                                    | 5 ++---
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

Thierry