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


Groups > linux.kernel > #1705413

[PATCH 1/4] pwm: pwm-tiecap: Add TI 66AK2G SoC specific compatible

From Vignesh R <vigneshr@ti.com>
Newsgroups linux.kernel
Subject [PATCH 1/4] pwm: pwm-tiecap: Add TI 66AK2G SoC specific compatible
Date 2017-08-07 14:00 +0200
Message-ID <ubORt-7Id-49@gated-at.bofh.it> (permalink)
References <ubORr-7Id-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add a new compatible string "ti,k2g-ecap" to support PWM ECAP IP of
TI 66AK2G SoC.

Signed-off-by: Vignesh R <vigneshr@ti.com>
---
 Documentation/devicetree/bindings/pwm/pwm-tiecap.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt b/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt
index 8007e839a716..06a363d9ccef 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt
+++ b/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt
@@ -6,6 +6,7 @@ Required properties:
   for am4372 - compatible = "ti,am4372-ecap", "ti,am3352-ecap", "ti,am33xx-ecap";
   for da850  - compatible = "ti,da850-ecap", "ti,am3352-ecap", "ti,am33xx-ecap";
   for dra746 - compatible = "ti,dra746-ecap", "ti,am3352-ecap";
+  for 66ak2g - compatible = "ti,k2g-ecap", "ti,am3352-ecap";
 - #pwm-cells: should be 3. See pwm.txt in this directory for a description of
   the cells format. The PWM channel index ranges from 0 to 4. The only third
   cell flag supported by this binding is PWM_POLARITY_INVERTED.
-- 
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