airoha: an7581: refresh and fix cpufreq patch

Refresh cpufreq with merged upstream version. Also fix the PM Domain
rebased patch to correctly expose the symbol for non Mediatek target.

Update dtsi with new pm domain name.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi
2025-01-27 11:07:13 +01:00
parent 62872f8bfd
commit fbbfcbf150
4 changed files with 43 additions and 68 deletions

View File

@@ -81,7 +81,7 @@
clocks = <&cpufreq>;
clock-names = "cpu";
power-domains = <&cpufreq>;
power-domain-names = "cpu_pd";
power-domain-names = "perf";
next-level-cache = <&l2>;
#cooling-cells = <2>;
};
@@ -95,7 +95,7 @@
clocks = <&cpufreq>;
clock-names = "cpu";
power-domains = <&cpufreq>;
power-domain-names = "cpu_pd";
power-domain-names = "perf";
next-level-cache = <&l2>;
#cooling-cells = <2>;
};
@@ -109,7 +109,7 @@
clocks = <&cpufreq>;
clock-names = "cpu";
power-domains = <&cpufreq>;
power-domain-names = "cpu_pd";
power-domain-names = "perf";
next-level-cache = <&l2>;
#cooling-cells = <2>;
};
@@ -123,7 +123,7 @@
clocks = <&cpufreq>;
clock-names = "cpu";
power-domains = <&cpufreq>;
power-domain-names = "cpu_pd";
power-domain-names = "perf";
next-level-cache = <&l2>;
#cooling-cells = <2>;
};