]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: at91: don't initialize clocks if scmi clock driver is enabled
authorClément Léger <clement.leger@bootlin.com>
Tue, 30 May 2023 09:05:16 +0000 (11:05 +0200)
committerEugen Hristev <eugen.hristev@collabora.com>
Fri, 16 Jun 2023 09:17:12 +0000 (12:17 +0300)
commitee8f873678cca41df206f23883d6fe6a641a7f21
tree20bfcfa1d7ab0e32cdc6364710d550147b07cee2
parentc89982f0895efb4ac4803f69a9ca8de4b9d67101
ARM: at91: don't initialize clocks if scmi clock driver is enabled

Because clock devices are initialized by the SCMI server, if
CONFIG_CLK_SCMI is defined.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
arch/arm/mach-at91/armv7/cpu.c