]> git.baikalelectronics.ru Git - kernel.git/commit
soc: renesas: rzn1: Select PM and PM_GENERIC_DOMAINS configs
authorHerve Codina <herve.codina@bootlin.com>
Fri, 22 Apr 2022 12:08:46 +0000 (14:08 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 28 Apr 2022 14:47:14 +0000 (16:47 +0200)
commita9f5395b2b32df5839044145088c48734a63a911
tree3aa9d3e3e01da8aab56ca340f81629dc52f2c9e7
parentd0130a14a5e529fdc2752ce7d308e6b2c7e6fbc9
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>
drivers/soc/renesas/Kconfig