diff options
author | Biju Das <biju.das@bp.renesas.com> | 2018-03-28 21:26:13 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-04-16 16:01:24 +0200 |
commit | 0c1d543b75f242f08b08e7fb63a1df2ada025903 (patch) | |
tree | d4cccae3c7ed66795e8c2473c4579f143ab3736d /Documentation | |
parent | soc: renesas: rcar-sysc: Add r8a77470 support (diff) | |
download | linux-0c1d543b75f242f08b08e7fb63a1df2ada025903.tar.xz linux-0c1d543b75f242f08b08e7fb63a1df2ada025903.zip |
ARM: shmobile: r8a77470: basic SoC support
Add minimal support for the RZ/G1C (R8A77470) SoC.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/shmobile.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt index d3d1df97834f..86ac320323a7 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -21,6 +21,8 @@ SoCs: compatible = "renesas,r8a7744" - RZ/G1E (R8A77450) compatible = "renesas,r8a7745" + - RZ/G1C (R8A77470) + compatible = "renesas,r8a77470" - R-Car M1A (R8A77781) compatible = "renesas,r8a7778" - R-Car H1 (R8A77790) |