Commit 14f11da7 authored by Herve Codina's avatar Herve Codina Committed by Geert Uytterhoeven

soc: renesas: rzn1: Select PM and PM_GENERIC_DOMAINS configs

PM and PM_GENERIC_DOMAINS configs are required for RZ/N1 SOCs.
Without these configs, the clocks used by the PCI bridge are not
enabled and so accessing the devices leads to a kernel crash:

    Unhandled fault: external abort on non-linefetch (0x1008) at 0x90b5f848

Select PM and PM_GENERIC_DOMAINS for ARCH_RZN1
Signed-off-by: default avatarHerve Codina <herve.codina@bootlin.com>
Link: https://lore.kernel.org/r/20220422120850.769480-5-herve.codina@bootlin.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 068eb5a9
......@@ -47,6 +47,8 @@ config ARCH_RZG2L
config ARCH_RZN1
bool
select PM
select PM_GENERIC_DOMAINS
select ARM_AMBA
if ARM && ARCH_RENESAS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment