diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2017-10-04 19:10:38 +0900 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2017-11-15 10:50:44 +0100 |
commit | ccb4e74aebb6fbd56fc6783f4d5c6ded48bc2f5d (patch) | |
tree | aae5bb1a86d2c6fc7581914f009fdaaacd889ee2 /Documentation | |
parent | e690ae526216b913c61977193eb7e4b803511e75 (diff) | |
download | op-kernel-dev-ccb4e74aebb6fbd56fc6783f4d5c6ded48bc2f5d.zip op-kernel-dev-ccb4e74aebb6fbd56fc6783f4d5c6ded48bc2f5d.tar.gz |
dt-bindings: pwm: Add R-Car D3 device tree bindings
Add device tree bindings for the PWM controller found on R-Car D3 SoCs.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt index 7e94b80..74c1180 100644 --- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt +++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt @@ -9,6 +9,7 @@ Required Properties: - "renesas,pwm-r8a7794": for R-Car E2 - "renesas,pwm-r8a7795": for R-Car H3 - "renesas,pwm-r8a7796": for R-Car M3-W + - "renesas,pwm-r8a77995": for R-Car D3 - reg: base address and length of the registers block for the PWM. - #pwm-cells: should be 2. See pwm.txt in this directory for a description of the cells format. |