]> git.karo-electronics.de Git - linux-beck.git/commit
soc: renesas: rcar-sysc: Add DT support for SYSC PM domains
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 20 Apr 2016 12:02:38 +0000 (14:02 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 22 Apr 2016 07:30:37 +0000 (17:30 +1000)
commitdcc09fd143bb97c2e83e443f7343c07aa0a9a6c0
treee98508aebce84779290f9ff18d17d3ad9ad5f89e
parent68667cebfc0d27d2153d7a6b489f3231b533d9bc
soc: renesas: rcar-sysc: Add DT support for SYSC PM domains

Populate the SYSC PM domains from DT, based on the presence of a device
node for the System Controller. The actual power area hiearchy, and
features of specific areas are obtained from tables in the C code.

The SYSCIER and SYSCIMR register values are derived from the power areas
present, which will help to get rid of the hardcoded values in R-Car H1
and R-Car Gen2 platform code later.

Initialization is done from an early_initcall(), to make sure the PM
Domains are initialized before secondary CPU bringup.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/soc/renesas/rcar-sysc.c
drivers/soc/renesas/rcar-sysc.h [new file with mode: 0644]