Searched hist:"14 f11da778ff642142e9be18814815754c82d6c5" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/soc/renesas/ |
H A D | Kconfig | diff 14f11da778ff642142e9be18814815754c82d6c5 Fri Apr 22 14:08:46 CEST 2022 Herve Codina <herve.codina@bootlin.com> 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 <herve.codina@bootlin.com> Link: https://lore.kernel.org/r/20220422120850.769480-5-herve.codina@bootlin.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|