summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq-dt-platdev.c
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2016-09-04 17:48:40 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2016-09-18 15:53:07 +0200
commit2b1c0989dfe4c5ae321500a6a76eabe4e1c67e58 (patch)
tree8f7fa6d27806c36073c49399ed2128ac03798b1c /drivers/cpufreq/cpufreq-dt-platdev.c
parent267050c9e0454646be3e819100188f1510367497 (diff)
cpufreq: sun9i: Use generic platdev driver
Add sun9i compatible string to the list. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 2ee40fd360ca..3ce5b4a2be23 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -23,6 +23,9 @@ static const struct of_device_id machines[] __initconst = {
{ .compatible = "allwinner,sun8i-a33", },
{ .compatible = "allwinner,sun8i-a83t", },
{ .compatible = "allwinner,sun8i-h3", },
+#ifndef CONFIG_BL_SWITCHER
+ { .compatible = "allwinner,sun9i-a80", },
+#endif
{ .compatible = "hisilicon,hi6220", },