diff options
author | Vignesh R <vigneshr@ti.com> | 2018-10-16 02:04:01 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2018-10-16 07:14:30 -0400 |
commit | 3c413e7e39224d171ef697277cd4629b59103101 (patch) | |
tree | 4e071d1ab60d394ecf481302b8b18795d3d23c6c | |
parent | 786e0cfa9d6fc1cc8856c1864c988d233649348c (diff) |
dt-bindings: pwm: tiecap: Add TI AM654 SoC specific compatible
Add a new compatible string "ti,am654-ecap" to support PWM ECAP IP of
TI AM654 SoC.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-tiecap.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt b/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt index 06a363d9ccef..b9a1d7402128 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt | |||
@@ -7,6 +7,7 @@ Required properties: | |||
7 | for da850 - compatible = "ti,da850-ecap", "ti,am3352-ecap", "ti,am33xx-ecap"; | 7 | for da850 - compatible = "ti,da850-ecap", "ti,am3352-ecap", "ti,am33xx-ecap"; |
8 | for dra746 - compatible = "ti,dra746-ecap", "ti,am3352-ecap"; | 8 | for dra746 - compatible = "ti,dra746-ecap", "ti,am3352-ecap"; |
9 | for 66ak2g - compatible = "ti,k2g-ecap", "ti,am3352-ecap"; | 9 | for 66ak2g - compatible = "ti,k2g-ecap", "ti,am3352-ecap"; |
10 | for am654 - compatible = "ti,am654-ecap", "ti,am3352-ecap"; | ||
10 | - #pwm-cells: should be 3. See pwm.txt in this directory for a description of | 11 | - #pwm-cells: should be 3. See pwm.txt in this directory for a description of |
11 | the cells format. The PWM channel index ranges from 0 to 4. The only third | 12 | the cells format. The PWM channel index ranges from 0 to 4. The only third |
12 | cell flag supported by this binding is PWM_POLARITY_INVERTED. | 13 | cell flag supported by this binding is PWM_POLARITY_INVERTED. |