diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-04-20 14:02:46 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-04-26 01:56:38 +0200 |
commit | 23f1e2ecdecee9f2ec45de0a468b82bb1f7f3ca2 (patch) | |
tree | 7c45c480644b63ab69ee77462459e5af8c82446c /drivers/soc/renesas/rcar-sysc.c | |
parent | soc: renesas: rcar-sysc: Add support for R-Car E2 power areas (diff) | |
download | linux-23f1e2ecdecee9f2ec45de0a468b82bb1f7f3ca2.tar.xz linux-23f1e2ecdecee9f2ec45de0a468b82bb1f7f3ca2.zip |
soc: renesas: rcar-sysc: Add support for R-Car H3 power areas
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/soc/renesas/rcar-sysc.c')
-rw-r--r-- | drivers/soc/renesas/rcar-sysc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/soc/renesas/rcar-sysc.c b/drivers/soc/renesas/rcar-sysc.c index e2cd99027303..79dbc770895f 100644 --- a/drivers/soc/renesas/rcar-sysc.c +++ b/drivers/soc/renesas/rcar-sysc.c @@ -300,6 +300,9 @@ static const struct of_device_id rcar_sysc_matches[] = { #ifdef CONFIG_ARCH_R8A7794 { .compatible = "renesas,r8a7794-sysc", .data = &r8a7794_sysc_info }, #endif +#ifdef CONFIG_ARCH_R8A7795 + { .compatible = "renesas,r8a7795-sysc", .data = &r8a7795_sysc_info }, +#endif { /* sentinel */ } }; |