From d7f0b85269f4ca08ade437cb32d53eb4d7539226 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 9 Nov 2017 21:56:01 +0100 Subject: ARM: rmobile: Use PRR driver on all Gen3 boards Mark the PRR as u-boot,dm-pre-reloc in all Gen3 board DTs as it is needed very early and turn on the CONFIG_SYSCON to allow the PRR driver to bind as a syscon uclass. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- configs/r8a7795_salvator-x_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/r8a7795_salvator-x_defconfig') diff --git a/configs/r8a7795_salvator-x_defconfig b/configs/r8a7795_salvator-x_defconfig index 00d534b79b..8c7ad6b356 100644 --- a/configs/r8a7795_salvator-x_defconfig +++ b/configs/r8a7795_salvator-x_defconfig @@ -25,6 +25,8 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_MMC=y +CONFIG_REGMAP=y +CONFIG_SYSCON=y CONFIG_CLK=y CONFIG_CLK_RENESAS=y CONFIG_DM_GPIO=y -- cgit