Skip to content

Commit

Permalink
cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masahiro Yamada authored and Rafael J. Wysocki committed Oct 3, 2017
1 parent 431ead0 commit 3eba6e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = {
{ .compatible = "rockchip,rk3368", },
{ .compatible = "rockchip,rk3399", },

{ .compatible = "socionext,uniphier-ld6b", },

{ .compatible = "st-ericsson,u8500", },
{ .compatible = "st-ericsson,u8540", },
{ .compatible = "st-ericsson,u9500", },
Expand Down

0 comments on commit 3eba6e1

Please sign in to comment.