mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 18:42:55 +00:00
29 lines
959 B
Diff
29 lines
959 B
Diff
From af1139b62b63af63b2d3518284cbe6423b525e6b Mon Sep 17 00:00:00 2001
|
|
From: Alexey Sheplyakov <asheplyakov@basealt.ru>
|
|
Date: Tue, 25 Jan 2022 17:57:20 +0400
|
|
Subject: [PATCH 610/634] 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 <asheplyakov@basealt.ru>
|
|
---
|
|
drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
|
|
index ca1d103ec..29b14e8d7 100644
|
|
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
|
|
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
|
|
@@ -105,6 +105,8 @@ static const struct of_device_id blocklist[] __initconst = {
|
|
|
|
{ .compatible = "arm,vexpress", },
|
|
|
|
+ { .compatible = "baikal,baikal-m", },
|
|
+
|
|
{ .compatible = "calxeda,highbank", },
|
|
{ .compatible = "calxeda,ecx-2000", },
|
|
|
|
--
|
|
2.33.2
|
|
|