Re: [PATCH 1/3] ARM: mvebu: initial support for Armada 38x

2017-06-18 Thread Sascha Hauer
On Wed, Jun 14, 2017 at 11:50:08PM +0200, Uwe Kleine-König wrote: > This SoC is similar enough to Armada 380/XP to make use of the code > supporting these without further adaption. > > Signed-off-by: Uwe Kleine-König > --- > arch/arm/mach-mvebu/Kconfig | 5 + > arch/arm/mach-mvebu/Makefile

[PATCH 1/3] ARM: mvebu: initial support for Armada 38x

2017-06-14 Thread Uwe Kleine-König
This SoC is similar enough to Armada 380/XP to make use of the code supporting these without further adaption. Signed-off-by: Uwe Kleine-König --- arch/arm/mach-mvebu/Kconfig | 5 + arch/arm/mach-mvebu/Makefile | 1 + 2 files changed, 6 insertions(+) diff --git a/arch/arm/mach-mvebu/Kconfi