Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1705412

[PATCH 4/4] ARM: configs: keystone: Enable TIECAP PWM driver

From Vignesh R <vigneshr@ti.com>
Newsgroups linux.kernel
Subject [PATCH 4/4] ARM: configs: keystone: Enable TIECAP PWM driver
Date 2017-08-07 14:00 +0200
Message-ID <ubORt-7Id-53@gated-at.bofh.it> (permalink)
References <ubORr-7Id-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Enable PWM_TIECAP driver to support ECAP IP present in 66AK2G SoC.

Signed-off-by: Vignesh R <vigneshr@ti.com>
---
 arch/arm/configs/keystone_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
index d47ea43d097e..445ad438b451 100644
--- a/arch/arm/configs/keystone_defconfig
+++ b/arch/arm/configs/keystone_defconfig
@@ -182,6 +182,8 @@ CONFIG_KEYSTONE_NAVIGATOR_DMA=y
 CONFIG_TI_SCI_PM_DOMAINS=y
 CONFIG_MEMORY=y
 CONFIG_TI_AEMIF=y
+CONFIG_PWM=y
+CONFIG_PWM_TIECAP=m
 CONFIG_KEYSTONE_IRQ=y
 CONFIG_RESET_TI_SCI=m
 CONFIG_RESET_TI_SYSCON=m
-- 
2.13.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] K2G: Add support for PWM ECAP Vignesh R <vigneshr@ti.com> - 2017-08-07 14:00 +0200
  [PATCH 3/4] ARM: dts: keystone-k2g-evm: Enable PWM ECAP0 Vignesh R <vigneshr@ti.com> - 2017-08-07 14:00 +0200
  [PATCH 4/4] ARM: configs: keystone: Enable TIECAP PWM driver Vignesh R <vigneshr@ti.com> - 2017-08-07 14:00 +0200
  [PATCH 1/4] pwm: pwm-tiecap: Add TI 66AK2G SoC specific compatible Vignesh R <vigneshr@ti.com> - 2017-08-07 14:00 +0200
    Re: [PATCH 1/4] pwm: pwm-tiecap: Add TI 66AK2G SoC specific  compatible Rob Herring <robh@kernel.org> - 2017-08-10 23:00 +0200

csiph-web