[PATCH 1/3] ARM: shmobile: Enable R-Mobile reset driver in multiplatform defconfig
Geert Uytterhoeven
geert+renesas at glider.be
Mon Feb 23 07:59:27 PST 2015
This is used on R-Mobile APE6 (r8a73a4), R-Mobile A1 (r8a7740), and
SH-Mobile AG5 (sh73a0).
Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
---
To actually work, this depends on:
- commit fa0f8d6700857457 ("power: reset: Add reset driver for
R-Mobile platforms"), which is in v4.0-rc1,
- the system-controller node in the SoC's .dtsi, which was added for
PM domain support in:
- r8a73a4-multiplatform-for-v3.21 (r8a73a4),
- v4.0-rc1 (r8a7740),
- sh73a0-multiplatform-for-v3.21 (sh73a0).
Irrespectively of that, it's safe to apply anyway.
---
arch/arm/configs/shmobile_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index fb7aa02125c4e695..a904c90f957931d8 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -109,6 +109,9 @@ CONFIG_SPI_SH_HSPI=y
CONFIG_GPIO_EM=y
CONFIG_GPIO_RCAR=y
CONFIG_GPIO_PCF857X=y
+CONFIG_POWER_SUPPLY=y
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_RMOBILE=y
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
CONFIG_CPU_THERMAL=y
--
1.9.1
More information about the linux-arm-kernel
mailing list