aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2016-10-17 16:44:03 -0400
committerOlof Johansson <olof@lixom.net>2016-10-17 16:44:03 -0400
commit5c85b8722c839b214857ea0627401b82aa2bcf72 (patch)
tree3f5dfecafd22ee064a9cc8654edd7a876471b893
parent1001354ca34179f3db924eb66672442a173147dc (diff)
parent51227bf52008bd4c4c50da4b749bbc6e7bbbca52 (diff)
Merge tag 'mvebu-fixes-4.8-3' of git://git.infradead.org/linux-mvebu into fixes
mvebu fixes for 4.8 (part 3) - Select corediv clk for all mvebu v7 SoC - Fix clocksource for CP110 master SPI0 for Armada 7K/8K * tag 'mvebu-fixes-4.8-3' of git://git.infradead.org/linux-mvebu: arm64: dts: marvell: fix clocksource for CP110 master SPI0 ARM: mvebu: Select corediv clk for all mvebu v7 SoC Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/mach-mvebu/Kconfig4
-rw-r--r--arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi2
2 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index f9b6bd306cfe..541647f57192 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -23,6 +23,7 @@ config MACH_MVEBU_V7
23 select CACHE_L2X0 23 select CACHE_L2X0
24 select ARM_CPU_SUSPEND 24 select ARM_CPU_SUSPEND
25 select MACH_MVEBU_ANY 25 select MACH_MVEBU_ANY
26 select MVEBU_CLK_COREDIV
26 27
27config MACH_ARMADA_370 28config MACH_ARMADA_370
28 bool "Marvell Armada 370 boards" 29 bool "Marvell Armada 370 boards"
@@ -32,7 +33,6 @@ config MACH_ARMADA_370
32 select CPU_PJ4B 33 select CPU_PJ4B
33 select MACH_MVEBU_V7 34 select MACH_MVEBU_V7
34 select PINCTRL_ARMADA_370 35 select PINCTRL_ARMADA_370
35 select MVEBU_CLK_COREDIV
36 help 36 help
37 Say 'Y' here if you want your kernel to support boards based 37 Say 'Y' here if you want your kernel to support boards based
38 on the Marvell Armada 370 SoC with device tree. 38 on the Marvell Armada 370 SoC with device tree.
@@ -50,7 +50,6 @@ config MACH_ARMADA_375
50 select HAVE_SMP 50 select HAVE_SMP
51 select MACH_MVEBU_V7 51 select MACH_MVEBU_V7
52 select PINCTRL_ARMADA_375 52 select PINCTRL_ARMADA_375
53 select MVEBU_CLK_COREDIV
54 help 53 help
55 Say 'Y' here if you want your kernel to support boards based 54 Say 'Y' here if you want your kernel to support boards based
56 on the Marvell Armada 375 SoC with device tree. 55 on the Marvell Armada 375 SoC with device tree.
@@ -68,7 +67,6 @@ config MACH_ARMADA_38X
68 select HAVE_SMP 67 select HAVE_SMP
69 select MACH_MVEBU_V7 68 select MACH_MVEBU_V7
70 select PINCTRL_ARMADA_38X 69 select PINCTRL_ARMADA_38X
71 select MVEBU_CLK_COREDIV
72 help 70 help
73 Say 'Y' here if you want your kernel to support boards based 71 Say 'Y' here if you want your kernel to support boards based
74 on the Marvell Armada 380/385 SoC with device tree. 72 on the Marvell Armada 380/385 SoC with device tree.
diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
index e5e3ed678b6f..602e2c2e9a4d 100644
--- a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
@@ -131,7 +131,7 @@
131 #address-cells = <0x1>; 131 #address-cells = <0x1>;
132 #size-cells = <0x0>; 132 #size-cells = <0x0>;
133 cell-index = <1>; 133 cell-index = <1>;
134 clocks = <&cpm_syscon0 0 3>; 134 clocks = <&cpm_syscon0 1 21>;
135 status = "disabled"; 135 status = "disabled";
136 }; 136 };
137 137