ARM: mvebu: clk: remove cpuclk resources overlapping coredivclk registers on Armada XP
authorNadav Haklai <nadavh@marvell.com>
Tue, 17 Mar 2015 12:53:34 +0000 (13:53 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 19 Mar 2015 10:04:15 +0000 (11:04 +0100)
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 <nadavh@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

No differences found