Skip to content

Commit d79d148

Browse files
vireshkrafaeljw
authored andcommitted
cpufreq: dt-platdev: Drop few entries from whitelist
Drop few ARM (32 and 64 bit) platforms from the whitelist which always use "operating-points-v2" property from their DT. They should continue to work after this patch. Tested on Hikey platform (only the "hisilicon,hi6220" entry). Signed-off-by: Viresh Kumar <[email protected]> Acked-by: Chen-Yu Tsai <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent edeec42 commit d79d148

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ static const struct of_device_id whitelist[] __initconst = {
2727
{ .compatible = "allwinner,sun6i-a31s", },
2828
{ .compatible = "allwinner,sun7i-a20", },
2929
{ .compatible = "allwinner,sun8i-a23", },
30-
{ .compatible = "allwinner,sun8i-a33", },
3130
{ .compatible = "allwinner,sun8i-a83t", },
3231
{ .compatible = "allwinner,sun8i-h3", },
3332

@@ -37,7 +36,6 @@ static const struct of_device_id whitelist[] __initconst = {
3736
{ .compatible = "arm,integrator-cp", },
3837

3938
{ .compatible = "hisilicon,hi3660", },
40-
{ .compatible = "hisilicon,hi6220", },
4139

4240
{ .compatible = "fsl,imx27", },
4341
{ .compatible = "fsl,imx51", },
@@ -51,11 +49,8 @@ static const struct of_device_id whitelist[] __initconst = {
5149
{ .compatible = "samsung,exynos3250", },
5250
{ .compatible = "samsung,exynos4210", },
5351
{ .compatible = "samsung,exynos4212", },
54-
{ .compatible = "samsung,exynos4412", },
5552
{ .compatible = "samsung,exynos5250", },
5653
#ifndef CONFIG_BL_SWITCHER
57-
{ .compatible = "samsung,exynos5420", },
58-
{ .compatible = "samsung,exynos5433", },
5954
{ .compatible = "samsung,exynos5800", },
6055
#endif
6156

@@ -88,11 +83,7 @@ static const struct of_device_id whitelist[] __initconst = {
8883
{ .compatible = "rockchip,rk3368", },
8984
{ .compatible = "rockchip,rk3399", },
9085

91-
{ .compatible = "socionext,uniphier-pro5", },
92-
{ .compatible = "socionext,uniphier-pxs2", },
9386
{ .compatible = "socionext,uniphier-ld6b", },
94-
{ .compatible = "socionext,uniphier-ld11", },
95-
{ .compatible = "socionext,uniphier-ld20", },
9687

9788
{ .compatible = "st-ericsson,u8500", },
9889
{ .compatible = "st-ericsson,u8540", },
@@ -107,8 +98,6 @@ static const struct of_device_id whitelist[] __initconst = {
10798
{ .compatible = "xlnx,zynq-7000", },
10899
{ .compatible = "xlnx,zynqmp", },
109100

110-
{ .compatible = "zte,zx296718", },
111-
112101
{ }
113102
};
114103

0 commit comments

Comments
 (0)