aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/renesas/renesas-soc.c
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2017-04-19 06:56:18 -0700
committerOlof Johansson <olof@lixom.net>2017-04-19 06:56:18 -0700
commit32d8b52b900c88dfe8d83e38c73eba3dcf00e901 (patch)
tree16ba1fdb8fb42e2b8aafcceb8f6dcdceff0fba79 /drivers/soc/renesas/renesas-soc.c
parentMerge tag 'zte-drivers-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/drivers (diff)
parentsoc: renesas: rcar-sysc: Add support for R-Car H3 ES2.0 (diff)
downloadlinux-dev-32d8b52b900c88dfe8d83e38c73eba3dcf00e901.tar.xz
linux-dev-32d8b52b900c88dfe8d83e38c73eba3dcf00e901.zip
Merge tag 'renesas-sysc-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers
Renesas ARM Based SoC Sysc Updates for v4.12 * Add support for R-Car H3 ES2.0 * tag 'renesas-sysc-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: soc: renesas: rcar-sysc: Add support for R-Car H3 ES2.0 soc: renesas: rcar-sysc: Add support for fixing up power area tables soc: renesas: Register SoC device early base: soc: Allow early registration of a single SoC device base: soc: Let soc_device_match() return no match when called too early Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/soc/renesas/renesas-soc.c')
-rw-r--r--drivers/soc/renesas/renesas-soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/renesas/renesas-soc.c b/drivers/soc/renesas/renesas-soc.c
index b894cf64225b..ca26f13d399c 100644
--- a/drivers/soc/renesas/renesas-soc.c
+++ b/drivers/soc/renesas/renesas-soc.c
@@ -270,4 +270,4 @@ static int __init renesas_soc_init(void)
return 0;
}
-core_initcall(renesas_soc_init);
+early_initcall(renesas_soc_init);