Re: [PATCH 12/17] cpufreq: dt: Pass regulator name to the OPP core for V1 bindings
From: Stephen Boyd <hidden>
Date: 2016-01-12 01:53:31
From: Stephen Boyd <hidden>
Date: 2016-01-12 01:53:31
On 12/22, Viresh Kumar wrote:
OPP core can handle the regulators by itself, and it allocates the regulator based on device's name. But for older V1 bindings, many DT files have used names like 'cpu-supply' instead of 'cpu0-supply'. The cpufreq-dt driver needs to tell the right name of the regulator in this case to the OPP core. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This whole patch is confusing to me because old style was to be cpu0-supply, and new style is cpu-supply. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project