]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/cpufreq/cpufreq-dt-platdev.c
drivers: net: Fix Kconfig indentation
[mirror_ubuntu-hirsute-kernel.git] / drivers / cpufreq / cpufreq-dt-platdev.c
index 03dc4244ab000fe4f30c20ca3a69c4eab2f2ce31..bca8d1f47fd2c0dd8fd496604466a58dd34e2492 100644 (file)
@@ -101,12 +101,15 @@ static const struct of_device_id whitelist[] __initconst = {
  * platforms using "operating-points-v2" property.
  */
 static const struct of_device_id blacklist[] __initconst = {
+       { .compatible = "allwinner,sun50i-h6", },
+
        { .compatible = "calxeda,highbank", },
        { .compatible = "calxeda,ecx-2000", },
 
        { .compatible = "fsl,imx7d", },
        { .compatible = "fsl,imx8mq", },
        { .compatible = "fsl,imx8mm", },
+       { .compatible = "fsl,imx8mn", },
 
        { .compatible = "marvell,armadaxp", },
 
@@ -117,12 +120,14 @@ static const struct of_device_id blacklist[] __initconst = {
        { .compatible = "mediatek,mt817x", },
        { .compatible = "mediatek,mt8173", },
        { .compatible = "mediatek,mt8176", },
+       { .compatible = "mediatek,mt8183", },
 
        { .compatible = "nvidia,tegra124", },
        { .compatible = "nvidia,tegra210", },
 
        { .compatible = "qcom,apq8096", },
        { .compatible = "qcom,msm8996", },
+       { .compatible = "qcom,qcs404", },
 
        { .compatible = "st,stih407", },
        { .compatible = "st,stih410", },