[PATCH 3/3] ARM: imx: Select RESET_IMX7 for i.MX7D

Arnd Bergmann arnd at arndb.de
Mon Jun 29 07:31:03 EDT 2020


On Mon, Jun 29, 2020 at 12:25 PM Anson Huang <Anson.Huang at nxp.com> wrote:
>
> i.MX7 reset driver now supports module build, it is no longer
> built in by default, need to select it explicitly for i.MX7D.
>
> Signed-off-by: Anson Huang <Anson.Huang at nxp.com>
> ---
>  arch/arm/mach-imx/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index e7d7b90..3540483 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -561,6 +561,7 @@ config SOC_IMX7D_CM4
>  config SOC_IMX7D
>         bool "i.MX7 Dual support"
>         select PINCTRL_IMX7D
> +       select RESET_IMX7

Please drop this patch, it breaks the intent of the first one by forcing
the driver to be built-in again rather than a loadable module.

        Arnd



More information about the linux-arm-kernel mailing list