diff mbox series

[1/1] cpufreq: arm: Kconfig: Add i.MX7 to supported SoC for ARM_IMX_CPUFREQ_DT

Message ID 20231023094701.374791-1-alexander.stein@ew.tq-group.com (mailing list archive)
State New
Delegated to: viresh kumar
Headers show
Series [1/1] cpufreq: arm: Kconfig: Add i.MX7 to supported SoC for ARM_IMX_CPUFREQ_DT | expand

Commit Message

Alexander Stein Oct. 23, 2023, 9:47 a.m. UTC
Since commit a5a9dffcc903 ("ARM: imx: Switch imx7d to imx-cpufreq-dt
for speed-grading") i.MX7 uses this driver as well. Add it to the
description text.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 drivers/cpufreq/Kconfig.arm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Viresh Kumar Oct. 25, 2023, 4:42 a.m. UTC | #1
On 23-10-23, 11:47, Alexander Stein wrote:
> Since commit a5a9dffcc903 ("ARM: imx: Switch imx7d to imx-cpufreq-dt
> for speed-grading") i.MX7 uses this driver as well. Add it to the
> description text.
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
>  drivers/cpufreq/Kconfig.arm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index 207618043ee0..f911606897b8 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -124,8 +124,8 @@ config ARM_IMX_CPUFREQ_DT
>  	tristate "Freescale i.MX8M cpufreq support"
>  	depends on ARCH_MXC && CPUFREQ_DT
>  	help
> -	  This adds cpufreq driver support for Freescale i.MX8M series SoCs,
> -	  based on cpufreq-dt.
> +	  This adds cpufreq driver support for Freescale i.MX7/i.MX8M
> +	  series SoCs, based on cpufreq-dt.
>  
>  	  If in doubt, say N.

Applied. Thanks.
diff mbox series

Patch

diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 207618043ee0..f911606897b8 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -124,8 +124,8 @@  config ARM_IMX_CPUFREQ_DT
 	tristate "Freescale i.MX8M cpufreq support"
 	depends on ARCH_MXC && CPUFREQ_DT
 	help
-	  This adds cpufreq driver support for Freescale i.MX8M series SoCs,
-	  based on cpufreq-dt.
+	  This adds cpufreq driver support for Freescale i.MX7/i.MX8M
+	  series SoCs, based on cpufreq-dt.
 
 	  If in doubt, say N.