Skip to content

Commit 006444c

Browse files
author
Herton R. Krzesinski
committed
Merge: Update cpufreq/cpufreq-dt-platdev to 6.1
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1779 Bugzilla: https://bugzilla.redhat.com/2152669 Update cpufreq/cpufreq-dt-platdev to 6.1 to bring in changes needed for QDrive3. Signed-off-by: Adrien Thierry <athierry@redhat.com> Approved-by: Andrew Halaney <ahalaney@redhat.com> Approved-by: Eric Chanudet <echanude@redhat.com> Approved-by: David Arcari <darcari@redhat.com> Approved-by: Mark Langsdorf <mlangsdo@redhat.com> Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
2 parents 0dd38ec + e8f2d79 commit 006444c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ static const struct of_device_id blocklist[] __initconst = {
110110

111111
{ .compatible = "fsl,imx7ulp", },
112112
{ .compatible = "fsl,imx7d", },
113+
{ .compatible = "fsl,imx7s", },
113114
{ .compatible = "fsl,imx8mq", },
114115
{ .compatible = "fsl,imx8mm", },
115116
{ .compatible = "fsl,imx8mn", },
@@ -126,6 +127,7 @@ static const struct of_device_id blocklist[] __initconst = {
126127
{ .compatible = "mediatek,mt8173", },
127128
{ .compatible = "mediatek,mt8176", },
128129
{ .compatible = "mediatek,mt8183", },
130+
{ .compatible = "mediatek,mt8186", },
129131
{ .compatible = "mediatek,mt8365", },
130132
{ .compatible = "mediatek,mt8516", },
131133

@@ -137,11 +139,18 @@ static const struct of_device_id blocklist[] __initconst = {
137139
{ .compatible = "qcom,apq8096", },
138140
{ .compatible = "qcom,msm8996", },
139141
{ .compatible = "qcom,qcs404", },
142+
{ .compatible = "qcom,sa8155p" },
143+
{ .compatible = "qcom,sa8540p" },
140144
{ .compatible = "qcom,sc7180", },
141145
{ .compatible = "qcom,sc7280", },
142146
{ .compatible = "qcom,sc8180x", },
147+
{ .compatible = "qcom,sc8280xp", },
143148
{ .compatible = "qcom,sdm845", },
149+
{ .compatible = "qcom,sm6115", },
150+
{ .compatible = "qcom,sm6350", },
144151
{ .compatible = "qcom,sm8150", },
152+
{ .compatible = "qcom,sm8250", },
153+
{ .compatible = "qcom,sm8350", },
145154

146155
{ .compatible = "st,stih407", },
147156
{ .compatible = "st,stih410", },

0 commit comments

Comments
 (0)