diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2017-06-08 14:24:14 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2017-07-06 11:28:09 +0200 |
commit | 8517bb1f19679bf2bf6c29a98b7a4f3a78629554 (patch) | |
tree | e2c9a571295d32aa2774896f97c746ab9cb3faca /Documentation/devicetree/bindings/pwm | |
parent | dt-bindings: pwm: Update STM32 timers clock names (diff) | |
download | linux-8517bb1f19679bf2bf6c29a98b7a4f3a78629554.tar.xz linux-8517bb1f19679bf2bf6c29a98b7a4f3a78629554.zip |
dt-bindings: pwm: meson: Add compatible for gxbb ao PWMs
Add compatible string to properly handle the PWMs found in the AO domain
of the gxbb (and gxl) family.
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-meson.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-meson.txt b/Documentation/devicetree/bindings/pwm/pwm-meson.txt index 5376a4468cb6..5b07bebbf6f7 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-meson.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-meson.txt @@ -2,7 +2,9 @@ Amlogic Meson PWM Controller ============================ Required properties: -- compatible: Shall contain "amlogic,meson8b-pwm" or "amlogic,meson-gxbb-pwm". +- compatible: Shall contain "amlogic,meson8b-pwm" + or "amlogic,meson-gxbb-pwm" + or "amlogic,meson-gxbb-ao-pwm" - #pwm-cells: Should be 3. See pwm.txt in this directory for a description of the cells format. |