git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622ecee
)
imx: imx8mq: default select CLK_IMX8MQ
author
Peng Fan
<peng.fan@nxp.com>
Mon, 23 May 2022 11:38:27 +0000
(19:38 +0800)
committer
Tom Rini
<trini@konsulko.com>
Fri, 3 Jun 2022 15:15:24 +0000
(11:15 -0400)
Since the power domain driver default select CONFIG_CLK, so we will
meet lots failures without CLK_IMX8MQ, so default select it.
Fixes: commit
4eb82c2e56a7c
("imx: power-domain: Get rid of SMCCC dependency")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8m/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/imx8m/Kconfig
b/arch/arm/mach-imx/imx8m/Kconfig
index
61397bf
..
ef8518c
100644
(file)
--- a/
arch/arm/mach-imx/imx8m/Kconfig
+++ b/
arch/arm/mach-imx/imx8m/Kconfig
@@
-8,6
+8,7
@@
config IMX8M
config IMX8MQ
bool
select IMX8M
+ select CLK_IMX8MQ
config IMX8MM
bool