From d227b6e25ea79613e72a9ee77bb61b5ace24ec4e Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Wed, 7 Oct 2020 11:55:47 +0900 Subject: [PATCH] ODROID-C4: cpufreq: fix typo to set the default cpufreq Signed-off-by: Dongjin Kim Change-Id: Ie790225b30477ee0af821c55066df1f83c819b51 --- drivers/amlogic/cpufreq/meson-cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/cpufreq/meson-cpufreq.c b/drivers/amlogic/cpufreq/meson-cpufreq.c index edd5e6800139..0a42197caec8 100644 --- a/drivers/amlogic/cpufreq/meson-cpufreq.c +++ b/drivers/amlogic/cpufreq/meson-cpufreq.c @@ -55,7 +55,7 @@ #define N2PLUS_A73_DEFAULT 2208000 /* N2 Plus Core A73 */ #endif -#ifdef CONFIG_ARCH_MESON64_ODROIDN2 +#ifdef CONFIG_ARCH_MESON64_ODROIDC4 #define C4_A55_DEFAULT 1800000 /* C4 Core A55 */ #endif