]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: arm_big_little: remove device tree parsing for cpu nodes
authorSudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
Mon, 17 Jun 2013 14:51:44 +0000 (15:51 +0100)
committerSudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
Wed, 21 Aug 2013 09:29:55 +0000 (10:29 +0100)
commit7e1fc81fab6e079be15ab192bcf5687c6d9c4792
tree1b6f04e08bace36682d33866bf3c3fdac5fc1baf
parentbb14118e9e869c11469b4d30373dcac9237efa1b
cpufreq: arm_big_little: remove device tree parsing for cpu nodes

Now that the cpu device registration initialises the of_node(if available)
appropriately for all the cpus, parsing here is redundant.

This patch removes all DT parsing and uses cpu->of_node instead.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
drivers/cpufreq/arm_big_little_dt.c