Skip to content

Commit 14f11da

Browse files
hcodinageertu
authored andcommitted
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: Herve Codina <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 068eb5a commit 14f11da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soc/renesas/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ config ARCH_RZG2L
4747

4848
config ARCH_RZN1
4949
bool
50+
select PM
51+
select PM_GENERIC_DOMAINS
5052
select ARM_AMBA
5153

5254
if ARM && ARCH_RENESAS

0 commit comments

Comments
 (0)