aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2017-10-03 21:10:40 -0400
committerOlof Johansson <olof@lixom.net>2017-10-03 21:10:40 -0400
commitaab4b4177eb51f5a0a162600f25e75f9dd487d71 (patch)
tree45cf10854a6cdec8fbfc3332022328da6f0cdf30
parent180eb4f17eab106982ef100787a485974bef4749 (diff)
parent9e7460fc325dad06d2066abdbc1f4dd49456f9a4 (diff)
Merge tag 'mvebu-fixes-4.14-1' of git://git.infradead.org/linux-mvebu into fixes
mvebu fixes for 4.14 (part 1) Update MAINTAINERS for the Macchiatobin board (Armada 8K based) Fix AP806 system controller size on Armada 7K/8K * tag 'mvebu-fixes-4.14-1' of git://git.infradead.org/linux-mvebu: arm64: dt marvell: Fix AP806 system controller size MAINTAINERS: add Macchiatobin maintainers entry Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--MAINTAINERS6
-rw-r--r--arch/arm64/boot/dts/marvell/armada-ap806.dtsi4
2 files changed, 8 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 60be46dc3fa8..a422ff1ef338 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8264,6 +8264,12 @@ L: libertas-dev@lists.infradead.org
8264S: Orphan 8264S: Orphan
8265F: drivers/net/wireless/marvell/libertas/ 8265F: drivers/net/wireless/marvell/libertas/
8266 8266
8267MARVELL MACCHIATOBIN SUPPORT
8268M: Russell King <rmk@armlinux.org.uk>
8269L: linux-arm-kernel@lists.infradead.org
8270S: Maintained
8271F: arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
8272
8267MARVELL MV643XX ETHERNET DRIVER 8273MARVELL MV643XX ETHERNET DRIVER
8268M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 8274M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8269L: netdev@vger.kernel.org 8275L: netdev@vger.kernel.org
diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
index 4d360713ed12..30d48ecf46e0 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
@@ -254,7 +254,7 @@
254 254
255 ap_syscon: system-controller@6f4000 { 255 ap_syscon: system-controller@6f4000 {
256 compatible = "syscon", "simple-mfd"; 256 compatible = "syscon", "simple-mfd";
257 reg = <0x6f4000 0x1000>; 257 reg = <0x6f4000 0x2000>;
258 258
259 ap_clk: clock { 259 ap_clk: clock {
260 compatible = "marvell,ap806-clock"; 260 compatible = "marvell,ap806-clock";
@@ -265,7 +265,7 @@
265 compatible = "marvell,ap806-pinctrl"; 265 compatible = "marvell,ap806-pinctrl";
266 }; 266 };
267 267
268 ap_gpio: gpio { 268 ap_gpio: gpio@1040 {
269 compatible = "marvell,armada-8k-gpio"; 269 compatible = "marvell,armada-8k-gpio";
270 offset = <0x1040>; 270 offset = <0x1040>;
271 ngpios = <20>; 271 ngpios = <20>;