diff options
author | Biju Das <biju.das@bp.renesas.com> | 2018-10-04 17:17:19 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2018-10-12 13:37:31 +0200 |
commit | a4675881ed71f73f5ea96afda6a1ddc1526fde4d (patch) | |
tree | fad1cb87ddcbf1f14d74162adac5cb71f9e69796 | |
parent | 136d822a9e4e947609d2fbf8d3fa5f15b8c20970 (diff) | |
download | linux-a4675881ed71f73f5ea96afda6a1ddc1526fde4d.tar.gz linux-a4675881ed71f73f5ea96afda6a1ddc1526fde4d.tar.bz2 linux-a4675881ed71f73f5ea96afda6a1ddc1526fde4d.zip |
dt-bindings: pwm: rcar: Add r8a7744 support
Document RZ/G1N (R8A7744) SoC bindings.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
-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 e68a34e57ff6..bdbf1e4070e2 100644 --- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt +++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt @@ -3,6 +3,7 @@ Required Properties: - compatible: should be "renesas,pwm-rcar" and one of the following. - "renesas,pwm-r8a7743": for RZ/G1M + - "renesas,pwm-r8a7744": for RZ/G1N - "renesas,pwm-r8a7745": for RZ/G1E - "renesas,pwm-r8a7778": for R-Car M1A - "renesas,pwm-r8a7779": for R-Car H1 |