diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2018-02-02 21:27:01 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-02-12 13:50:37 +0100 |
commit | 7d7b619e16d420b723d6618c60a0aaf0ba4e3666 (patch) | |
tree | dd02dc2ef6b6680a8f1cd978d8c53d0b3e7d9efb /Documentation/devicetree/bindings/reset | |
parent | 8447756d1e582a401cdae33c9ed5d68fdb6e0410 (diff) | |
download | op-kernel-dev-7d7b619e16d420b723d6618c60a0aaf0ba4e3666.zip op-kernel-dev-7d7b619e16d420b723d6618c60a0aaf0ba4e3666.tar.gz |
soc: renesas: rcar-rst: add R8A77980 support
Add support for R-Car V3H (R8A77980) to the R-Car RST driver -- this driver
is needed for the clock driver to work.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'Documentation/devicetree/bindings/reset')
-rw-r--r-- | Documentation/devicetree/bindings/reset/renesas,rst.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.txt b/Documentation/devicetree/bindings/reset/renesas,rst.txt index a8014f3..a55b886 100644 --- a/Documentation/devicetree/bindings/reset/renesas,rst.txt +++ b/Documentation/devicetree/bindings/reset/renesas,rst.txt @@ -27,6 +27,7 @@ Required properties: - "renesas,r8a7795-rst" (R-Car H3) - "renesas,r8a7796-rst" (R-Car M3-W) - "renesas,r8a77970-rst" (R-Car V3M) + - "renesas,r8a77980-rst" (R-Car V3H) - "renesas,r8a77995-rst" (R-Car D3) - reg: Address start and address range for the device. |