From: Sudeep KarkadaNagesha Date: Wed, 3 Jul 2013 15:01:42 +0000 (+0100) Subject: ARM: mvebu: remove device tree parsing for cpu nodes X-Git-Tag: v3.12-rc1~178^2~4^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6cec7cd0777fa18723fce9d398fa7e53b6ef00c;p=pandora-kernel.git ARM: mvebu: remove device tree parsing for cpu nodes Currently set_secondary_cpus_clock assume the CPU logical ordering and the MPDIR in DT are same, which is incorrect. Since the CPU device nodes can be retrieved in the logical ordering using the DT helper, we can remove the devices tree parsing. This patch removes DT parsing by making use of of_get_cpu_node. Cc: Andrew Lunn Cc: Jason Cooper Acked-by: Gregory Clement Signed-off-by: Sudeep KarkadaNagesha --- Reading git-diff-tree failed