[PATCH 2/3] imx: imx8mq: default select CLK_IMX8MQ
Adam Ford
aford173 at gmail.com
Sat Apr 30 15:49:22 CEST 2022
On Fri, Apr 29, 2022 at 2:20 AM Peng Fan (OSS) <peng.fan at oss.nxp.com> wrote:
>
> From: Peng Fan <peng.fan at nxp.com>
>
> Since the power domain driver default select CONFIG_CLK, so we will
> meet lots failures without CLK_IMX8MQ, so default select it.
>
There is a related patch [1] that I submitted for all imx8m SoC's t
select their respective CLK_IMX8M[MNPQ]
adam
[1] - https://patchwork.ozlabs.org/project/uboot/patch/20220417221647.2390750-1-aford173@gmail.com/
> Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC dependency")
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> ---
> arch/arm/mach-imx/imx8m/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
> index 24299ae037f..7f23d687be3 100644
> --- 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
> --
> 2.36.0
>
More information about the U-Boot
mailing list