diff options
author | Takeshi Kihara <takeshi.kihara.df@renesas.com> | 2018-04-11 12:36:26 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-04-16 17:01:25 +0300 |
commit | b0d77648e0cd910ff087853237502ff08dfdb352 (patch) | |
tree | 259b0364bb48bdffd5de8b02c0d05cdc516cc939 /Documentation/devicetree/bindings/reset | |
parent | 355f9e6482b2e5c34aa46cac199eff56de286514 (diff) | |
download | linux-b0d77648e0cd910ff087853237502ff08dfdb352.tar.xz |
soc: renesas: rcar-rst: Add support for R-Car E3
Add support for R-Car E3 (R8A77990) to the R-Car RST driver.
This driver is needed for the clock driver to work.
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
[shimoda: rebase]
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.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 7be61efc3c8a..67e83b02e10b 100644 --- a/Documentation/devicetree/bindings/reset/renesas,rst.txt +++ b/Documentation/devicetree/bindings/reset/renesas,rst.txt @@ -30,6 +30,7 @@ Required properties: - "renesas,r8a77965-rst" (R-Car M3-N) - "renesas,r8a77970-rst" (R-Car V3M) - "renesas,r8a77980-rst" (R-Car V3H) + - "renesas,r8a77990-rst" (R-Car E3) - "renesas,r8a77995-rst" (R-Car D3) - reg: Address start and address range for the device. |