arm64: topology: Provide relative power numbers for cores
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / kernel / topology.c
index 540a939a57f8230e43ec8bad8c497277dfece819..d450a6d3dad8364ab7c7e5c57eddc6ac33ca2690 100644 (file)
@@ -200,6 +200,8 @@ struct cpu_efficiency {
  * use the default SCHED_POWER_SCALE value for cpu_scale.
  */
 static const struct cpu_efficiency table_efficiency[] = {
+       { "arm,cortex-a57", 3891 },
+       { "arm,cortex-a53", 2048 },
        { NULL, },
 };