diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
commit | 1236d6bb6e19fc72ffc6bbcdeb1bfefe450e54ee (patch) | |
tree | 47da3feee8e263e8c9352c85cf518e624be3c211 /drivers/cpufreq/cpufreq-dt-platdev.c | |
parent | 750b1a6894ecc9b178c6e3d0a1170122971b2036 (diff) | |
parent | 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f (diff) |
Merge 4.14-rc4 into staging-next
We want the staging/iio fixes in here as well to handle merge issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index a020da7940d6..a753c50e9e41 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c | |||
@@ -106,6 +106,22 @@ static const struct of_device_id whitelist[] __initconst = { | |||
106 | * platforms using "operating-points-v2" property. | 106 | * platforms using "operating-points-v2" property. |
107 | */ | 107 | */ |
108 | static const struct of_device_id blacklist[] __initconst = { | 108 | static const struct of_device_id blacklist[] __initconst = { |
109 | { .compatible = "calxeda,highbank", }, | ||
110 | { .compatible = "calxeda,ecx-2000", }, | ||
111 | |||
112 | { .compatible = "marvell,armadaxp", }, | ||
113 | |||
114 | { .compatible = "nvidia,tegra124", }, | ||
115 | |||
116 | { .compatible = "st,stih407", }, | ||
117 | { .compatible = "st,stih410", }, | ||
118 | |||
119 | { .compatible = "sigma,tango4", }, | ||
120 | |||
121 | { .compatible = "ti,am33xx", }, | ||
122 | { .compatible = "ti,am43", }, | ||
123 | { .compatible = "ti,dra7", }, | ||
124 | |||
109 | { } | 125 | { } |
110 | }; | 126 | }; |
111 | 127 | ||