From 1a1db98b37f950973da4ce1b0eb9244a45a1e34e Mon Sep 17 00:00:00 2001 From: Alexey Sheplyakov Date: Tue, 25 Jan 2022 17:57:20 +0400 Subject: [PATCH 601/631] cpufreq-dt: don't load on Baikal-M SoC Otherwise the system freezes in few minutes after the boot. Proper cpufreq driver for Baikal-M will be implemented later on. Signed-off-by: Alexey Sheplyakov X-feature-Baikal-M --- drivers/cpufreq/cpufreq-dt-platdev.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 6ac3800db450..9b036ec1128b 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -105,6 +105,9 @@ static const struct of_device_id blocklist[] __initconst = { { .compatible = "arm,vexpress", }, + { .compatible = "baikal,baikal-m", }, + { .compatible = "baikal,bm1000", }, + { .compatible = "calxeda,highbank", }, { .compatible = "calxeda,ecx-2000", }, -- 2.35.2