aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-08-29 11:37:03 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-10-02 20:48:51 -0400
commit3eba6e121155d56e2b50305a48fa11749c503a2e (patch)
tree9cb3ef404454d844e0fad1bf43f77cc945b01189
parent431ead0ff19b440b1ba25c72d732190b44615cdb (diff)
cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist
As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes uniphier-pxs2.dtsi, which uses "operating-points-v2" property and whose cpufreq device is automatically created. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index a753c50e9e41..de659fc564f4 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = {
83 { .compatible = "rockchip,rk3368", }, 83 { .compatible = "rockchip,rk3368", },
84 { .compatible = "rockchip,rk3399", }, 84 { .compatible = "rockchip,rk3399", },
85 85
86 { .compatible = "socionext,uniphier-ld6b", },
87
88 { .compatible = "st-ericsson,u8500", }, 86 { .compatible = "st-ericsson,u8500", },
89 { .compatible = "st-ericsson,u8540", }, 87 { .compatible = "st-ericsson,u8540", },
90 { .compatible = "st-ericsson,u9500", }, 88 { .compatible = "st-ericsson,u9500", },