]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: arm_big_little: remove unused cpu-cluster.<n> clock name
authorSudeep Holla <Sudeep.Holla@arm.com>
Mon, 27 Apr 2015 09:51:06 +0000 (10:51 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 4 May 2015 22:55:16 +0000 (00:55 +0200)
commit8dfdc7b69b0552f7585dd4226ac12dc4618b4056
treeefd0232d14d97f37d0b790ca58d025df28ed0bd7
parent0bec0e7030528b0c9222eed3eb4d9c829d57a9cc
cpufreq: arm_big_little: remove unused cpu-cluster.<n> clock name

The "cpu-cluster.<n>" used to get the cluster clock is not used by any
platform. Moreover __of_clk_get_by_name used in clk_get return error if
the "clock-names" in the DT doesn't match this string. When using DT,
it's not compulsory to specify the clock name unless there are multiple
clock input entries in the consumer.

This patch removes the unused clock string from the driver.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/arm_big_little.c