b/drivers/cpufreq/arm_big_little.c
@@ -16,6 +16,7 @@
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
+#define DEBUG
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
@@ -446,6 +447,8 @@ static int _get_cluster_clk_and_freq_table(struct
device *cpu_dev)
ret = regulator_set_voltage_time(reg[cluster], min_uV,
max_uV);
if (ret > 0)
transition_latencies[cluster] = ret * 1000;
+ } else {
+ dev_warn(cpu_dev, "Unable to get regulator %s", name);
}