diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-29 11:37:03 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-10-02 20:48:51 -0400 |
commit | 3eba6e121155d56e2b50305a48fa11749c503a2e (patch) | |
tree | 9cb3ef404454d844e0fad1bf43f77cc945b01189 | |
parent | 431ead0ff19b440b1ba25c72d732190b44615cdb (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.c | 2 |
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", }, |