]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap2plus: select RESET_CONTROLLER
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Dec 2019 13:21:26 +0000 (14:21 +0100)
committerOlof Johansson <olof@lixom.net>
Wed, 8 Jan 2020 18:24:05 +0000 (10:24 -0800)
commit8595a4af83b167959d8f1c6f9b03a67eb8469537
tree614379f8b705c2f6731b6506a4cdc383b613162c
parentf7477d21a6f534e024785783c62bc49e3800cbe4
ARM: omap2plus: select RESET_CONTROLLER

With the new omap_prm driver added unconditionally, omap2 builds
fail when the reset controller subsystem is disabled:

drivers/soc/ti/omap_prm.o: In function `omap_prm_probe':
omap_prm.c:(.text+0x2d4): undefined reference to `devm_reset_controller_register'

Link: https://lore.kernel.org/r/20191216132132.3330811-1-arnd@arndb.de
Fixes: 58f0edf56d9e ("soc: ti: add initial PRM driver with reset control support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-omap2/Kconfig