diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2019-02-25 17:44:48 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2019-03-04 11:57:13 +0100 |
commit | 14101cafe96666f7b2f22712887a405694594cd8 (patch) | |
tree | 4085a12694452a72466d86ecbc094e64e5ef692c /Documentation/devicetree/bindings/pwm/atmel-pwm.txt | |
parent | pwm: atmel: Rename objects of type atmel_pwm_data (diff) | |
download | linux-14101cafe96666f7b2f22712887a405694594cd8.tar.xz linux-14101cafe96666f7b2f22712887a405694594cd8.zip |
pwm: atmel: Add PWM binding for SAM9X60
Add PWM binding for SAM9X60 SoC.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm/atmel-pwm.txt')
-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 c8c831d7b0d1..591ecdd39c7b 100644 --- a/Documentation/devicetree/bindings/pwm/atmel-pwm.txt +++ b/Documentation/devicetree/bindings/pwm/atmel-pwm.txt @@ -5,6 +5,7 @@ Required properties: - "atmel,at91sam9rl-pwm" - "atmel,sama5d3-pwm" - "atmel,sama5d2-pwm" + - "microchip,sam9x60-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. |