diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2016-03-31 13:39:15 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2016-07-11 12:49:35 +0200 |
commit | 396d502c5167da69096c683c4566388ba42d2623 (patch) | |
tree | e9f6346e35887b616023dd7e5979e562447edf4e /Documentation | |
parent | 48169988cff0cb39e0e16a9fe3e445c812c12960 (diff) | |
download | linux-stable-396d502c5167da69096c683c4566388ba42d2623.tar.gz linux-stable-396d502c5167da69096c683c4566388ba42d2623.tar.bz2 linux-stable-396d502c5167da69096c683c4566388ba42d2623.zip |
dt-bindings: pwm: Add R-Car H3 device tree bindings
Add device tree bindings for the PWM controller found on R-Car H3 SoCs.
The controller is compatible with the one found in earlier generations
of R-Car SoCs.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
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 0822a083fc57..d6de64335022 100644 --- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt +++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt @@ -7,6 +7,7 @@ Required Properties: - "renesas,pwm-r8a7790": for R-Car H2 - "renesas,pwm-r8a7791": for R-Car M2-W - "renesas,pwm-r8a7794": for R-Car E2 + - "renesas,pwm-r8a7795": for R-Car H3 - 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. |