soc: renesas: rcar-sysc: Add support for R-Car H1 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>
This commit is contained in:
Geert Uytterhoeven
2016-04-20 14:02:41 +02:00
committed by Simon Horman
부모 1c8c77f52d
커밋 9b83ea17b0
4개의 변경된 파일39개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@@ -284,6 +284,9 @@ finalize:
}
static const struct of_device_id rcar_sysc_matches[] = {
#ifdef CONFIG_ARCH_R8A7779
{ .compatible = "renesas,r8a7779-sysc", .data = &r8a7779_sysc_info },
#endif
{ /* sentinel */ }
};