diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-09-17 03:44:29 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-09-17 03:44:29 -0400 |
commit | ca61a72ac371b5a12fafd36248b93431c6694c3c (patch) | |
tree | efcaab34d3bffc19acc3dcf4d427d2b987e782b0 /drivers/cpufreq/cpufreq-dt-platdev.c | |
parent | 2cdd5cc7032636d5f17822c6ba30ac08bfd2cb6d (diff) | |
parent | 1c5c1b5d8efe21efa74b7a21e8c078711b984ae4 (diff) |
Merge branch 'pm-cpufreq'
* pm-cpufreq: (36 commits)
cpufreq: Add qcs404 to cpufreq-dt-platdev blacklist
cpufreq: qcom: Add support for qcs404 on nvmem driver
cpufreq: qcom: Refactor the driver to make it easier to extend
cpufreq: qcom: Re-organise kryo cpufreq to use it for other nvmem based qcom socs
dt-bindings: opp: Add qcom-opp bindings with properties needed for CPR
dt-bindings: opp: qcom-nvmem: Support pstates provided by a power domain
Documentation: cpufreq: Update policy notifier documentation
cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy notifier events
sched/cpufreq: Align trace event behavior of fast switching
ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier
video: pxafb: Remove cpufreq policy notifier
video: sa1100fb: Remove cpufreq policy notifier
arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY
cpufreq: powerpc_cbe: Switch to QoS requests for freq limits
cpufreq: powerpc: macintosh: Switch to QoS requests for freq limits
cpufreq: Print driver name if cpufreq_suspend() fails
cpufreq: mediatek: Add support for mt8183
cpufreq: mediatek: change to regulator_get_optional
cpufreq: imx-cpufreq-dt: Add i.MX8MN support
cpufreq: Use imx-cpufreq-dt for i.MX8MN's speed grading
...
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 03dc4244ab00..bca8d1f47fd2 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c | |||
@@ -101,12 +101,15 @@ static const struct of_device_id whitelist[] __initconst = { | |||
101 | * platforms using "operating-points-v2" property. | 101 | * platforms using "operating-points-v2" property. |
102 | */ | 102 | */ |
103 | static const struct of_device_id blacklist[] __initconst = { | 103 | static const struct of_device_id blacklist[] __initconst = { |
104 | { .compatible = "allwinner,sun50i-h6", }, | ||
105 | |||
104 | { .compatible = "calxeda,highbank", }, | 106 | { .compatible = "calxeda,highbank", }, |
105 | { .compatible = "calxeda,ecx-2000", }, | 107 | { .compatible = "calxeda,ecx-2000", }, |
106 | 108 | ||
107 | { .compatible = "fsl,imx7d", }, | 109 | { .compatible = "fsl,imx7d", }, |
108 | { .compatible = "fsl,imx8mq", }, | 110 | { .compatible = "fsl,imx8mq", }, |
109 | { .compatible = "fsl,imx8mm", }, | 111 | { .compatible = "fsl,imx8mm", }, |
112 | { .compatible = "fsl,imx8mn", }, | ||
110 | 113 | ||
111 | { .compatible = "marvell,armadaxp", }, | 114 | { .compatible = "marvell,armadaxp", }, |
112 | 115 | ||
@@ -117,12 +120,14 @@ static const struct of_device_id blacklist[] __initconst = { | |||
117 | { .compatible = "mediatek,mt817x", }, | 120 | { .compatible = "mediatek,mt817x", }, |
118 | { .compatible = "mediatek,mt8173", }, | 121 | { .compatible = "mediatek,mt8173", }, |
119 | { .compatible = "mediatek,mt8176", }, | 122 | { .compatible = "mediatek,mt8176", }, |
123 | { .compatible = "mediatek,mt8183", }, | ||
120 | 124 | ||
121 | { .compatible = "nvidia,tegra124", }, | 125 | { .compatible = "nvidia,tegra124", }, |
122 | { .compatible = "nvidia,tegra210", }, | 126 | { .compatible = "nvidia,tegra210", }, |
123 | 127 | ||
124 | { .compatible = "qcom,apq8096", }, | 128 | { .compatible = "qcom,apq8096", }, |
125 | { .compatible = "qcom,msm8996", }, | 129 | { .compatible = "qcom,msm8996", }, |
130 | { .compatible = "qcom,qcs404", }, | ||
126 | 131 | ||
127 | { .compatible = "st,stih407", }, | 132 | { .compatible = "st,stih407", }, |
128 | { .compatible = "st,stih410", }, | 133 | { .compatible = "st,stih410", }, |