From: Sudeep KarkadaNagesha Date: Mon, 17 Jun 2013 13:51:48 +0000 (+0100) Subject: drivers/bus: arm-cci: avoid parsing DT for cpu device nodes X-Git-Tag: v3.12-rc1~178^2~4^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b4d6e0fd2695da3019c86133444578d1ceeed3;p=pandora-kernel.git drivers/bus: arm-cci: avoid parsing DT for cpu device nodes Since the CPU device nodes can be retrieved using arch_of_get_cpu_node, we can use it to avoid parsing the cpus node searching the cpu nodes and mapping to logical index. This patch removes parsing DT for cpu nodes by using of_get_cpu_node. Cc: Lorenzo Pieralisi Acked-by: Nicolas Pitre Signed-off-by: Sudeep KarkadaNagesha --- Reading git-diff-tree failed