From: Nadav Haklai Date: Tue, 17 Mar 2015 12:53:34 +0000 (+0100) Subject: ARM: mvebu: clk: remove cpuclk resources overlapping coredivclk registers on Armada XP X-Git-Tag: omap-for-v4.2/o2_dc~53^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7f01842bcbbf8aaf26c9f9bd413774114fa83c9;p=pandora-kernel.git ARM: mvebu: clk: remove cpuclk resources overlapping coredivclk registers on Armada XP The resources of the cpuclk node are overlapping the one from coredivclk node. It was not noticed until now because the driver did a simple of_iomap and not a request_mem_region. This patch fixes it. [gregory.clement@free-electrons.com: add commit log and port to 4.0-rc] Signed-off-by: Nadav Haklai Signed-off-by: Gregory CLEMENT Reviewed-by: Thomas Petazzoni --- Reading git-diff-tree failed