* [PATCH] soc: imx: gpcv2: make available to all i.MX8M
@ 2022-09-05 7:04 Ahmad Fatoum
2022-09-13 8:19 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2022-09-05 7:04 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
Now that the driver supports i.MX8M Mini, Nano and Plus, we should no
longer restrict it to just i.MX7 and i.MX8MQ.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
drivers/soc/imx/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
index eabe4a06d22c..624aff2ecae3 100644
--- a/drivers/soc/imx/Kconfig
+++ b/drivers/soc/imx/Kconfig
@@ -3,9 +3,9 @@ menu "i.MX SoC drivers"
config IMX_GPCV2_PM_DOMAINS
bool "i.MX GPCv2 PM domains"
- depends on ARCH_IMX7 || ARCH_IMX8MQ
+ depends on ARCH_IMX7 || ARCH_IMX8M
select PM_GENERIC_DOMAINS
- default y if ARCH_IMX7 || ARCH_IMX8MQ
+ default y if ARCH_IMX7 || ARCH_IMX8M
config IMX8M_FEATCTRL
bool "i.MX8M feature controller"
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] soc: imx: gpcv2: make available to all i.MX8M
2022-09-05 7:04 [PATCH] soc: imx: gpcv2: make available to all i.MX8M Ahmad Fatoum
@ 2022-09-13 8:19 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2022-09-13 8:19 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Mon, Sep 05, 2022 at 09:04:06AM +0200, Ahmad Fatoum wrote:
> Now that the driver supports i.MX8M Mini, Nano and Plus, we should no
> longer restrict it to just i.MX7 and i.MX8MQ.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> drivers/soc/imx/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
> index eabe4a06d22c..624aff2ecae3 100644
> --- a/drivers/soc/imx/Kconfig
> +++ b/drivers/soc/imx/Kconfig
> @@ -3,9 +3,9 @@ menu "i.MX SoC drivers"
>
> config IMX_GPCV2_PM_DOMAINS
> bool "i.MX GPCv2 PM domains"
> - depends on ARCH_IMX7 || ARCH_IMX8MQ
> + depends on ARCH_IMX7 || ARCH_IMX8M
> select PM_GENERIC_DOMAINS
> - default y if ARCH_IMX7 || ARCH_IMX8MQ
> + default y if ARCH_IMX7 || ARCH_IMX8M
>
> config IMX8M_FEATCTRL
> bool "i.MX8M feature controller"
> --
> 2.30.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-13 8:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05 7:04 [PATCH] soc: imx: gpcv2: make available to all i.MX8M Ahmad Fatoum
2022-09-13 8:19 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox