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 <nadavh@marvell.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Родитель
7776ab70d7
Коммит
b7f01842bc
|
@ -150,7 +150,7 @@
|
||||||
cpuclk: clock-complex@18700 {
|
cpuclk: clock-complex@18700 {
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
compatible = "marvell,armada-xp-cpu-clock";
|
compatible = "marvell,armada-xp-cpu-clock";
|
||||||
reg = <0x18700 0xA0>, <0x1c054 0x10>;
|
reg = <0x18700 0x24>, <0x1c054 0x10>;
|
||||||
clocks = <&coreclk 1>;
|
clocks = <&coreclk 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче