diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2017-03-22 14:29:35 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2017-04-06 17:45:03 +0200 |
commit | 44521afa57bb6f0016c1c1ad70cc8ef352c6d83b (patch) | |
tree | 86542686c0d5224bf1920afd5aeeb81ac96b97de /Documentation | |
parent | pwm: atmel: Switch to atomic PWM (diff) | |
download | linux-44521afa57bb6f0016c1c1ad70cc8ef352c6d83b.tar.xz linux-44521afa57bb6f0016c1c1ad70cc8ef352c6d83b.zip |
pwm: atmel: Enable PWM on sama5d2
sama5d2 can use the same atmel_pwm_data as sama5d3.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/atmel-pwm.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/atmel-pwm.txt b/Documentation/devicetree/bindings/pwm/atmel-pwm.txt index 02331b904d4e..c8c831d7b0d1 100644 --- a/Documentation/devicetree/bindings/pwm/atmel-pwm.txt +++ b/Documentation/devicetree/bindings/pwm/atmel-pwm.txt @@ -4,6 +4,7 @@ Required properties: - compatible: should be one of: - "atmel,at91sam9rl-pwm" - "atmel,sama5d3-pwm" + - "atmel,sama5d2-pwm" - reg: physical base address and length of the controller's registers - #pwm-cells: Should be 3. See pwm.txt in this directory for a description of the cells format. |