diff options
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 03dc4244ab00..bca8d1f47fd2 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c | |||
@@ -101,12 +101,15 @@ static const struct of_device_id whitelist[] __initconst = { | |||
101 | * platforms using "operating-points-v2" property. | 101 | * platforms using "operating-points-v2" property. |
102 | */ | 102 | */ |
103 | static const struct of_device_id blacklist[] __initconst = { | 103 | static const struct of_device_id blacklist[] __initconst = { |
104 | { .compatible = "allwinner,sun50i-h6", }, | ||
105 | |||
104 | { .compatible = "calxeda,highbank", }, | 106 | { .compatible = "calxeda,highbank", }, |
105 | { .compatible = "calxeda,ecx-2000", }, | 107 | { .compatible = "calxeda,ecx-2000", }, |
106 | 108 | ||
107 | { .compatible = "fsl,imx7d", }, | 109 | { .compatible = "fsl,imx7d", }, |
108 | { .compatible = "fsl,imx8mq", }, | 110 | { .compatible = "fsl,imx8mq", }, |
109 | { .compatible = "fsl,imx8mm", }, | 111 | { .compatible = "fsl,imx8mm", }, |
112 | { .compatible = "fsl,imx8mn", }, | ||
110 | 113 | ||
111 | { .compatible = "marvell,armadaxp", }, | 114 | { .compatible = "marvell,armadaxp", }, |
112 | 115 | ||
@@ -117,12 +120,14 @@ static const struct of_device_id blacklist[] __initconst = { | |||
117 | { .compatible = "mediatek,mt817x", }, | 120 | { .compatible = "mediatek,mt817x", }, |
118 | { .compatible = "mediatek,mt8173", }, | 121 | { .compatible = "mediatek,mt8173", }, |
119 | { .compatible = "mediatek,mt8176", }, | 122 | { .compatible = "mediatek,mt8176", }, |
123 | { .compatible = "mediatek,mt8183", }, | ||
120 | 124 | ||
121 | { .compatible = "nvidia,tegra124", }, | 125 | { .compatible = "nvidia,tegra124", }, |
122 | { .compatible = "nvidia,tegra210", }, | 126 | { .compatible = "nvidia,tegra210", }, |
123 | 127 | ||
124 | { .compatible = "qcom,apq8096", }, | 128 | { .compatible = "qcom,apq8096", }, |
125 | { .compatible = "qcom,msm8996", }, | 129 | { .compatible = "qcom,msm8996", }, |
130 | { .compatible = "qcom,qcs404", }, | ||
126 | 131 | ||
127 | { .compatible = "st,stih407", }, | 132 | { .compatible = "st,stih407", }, |
128 | { .compatible = "st,stih410", }, | 133 | { .compatible = "st,stih410", }, |