From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 17 Apr 2015 18:04:06 +0200 Subject: [PATCH 2/4] ARM: multi_v7_defconfig: enable UniPhier SoC family In-Reply-To: References: <1429170038-16757-1-git-send-email-yamada.masahiro@socionext.com> <3561768.u8t9ftxvsL@wuerfel> Message-ID: <102719016.qQcFI3ycIX@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Saturday 18 April 2015 01:00:16 Masahiro Yamada wrote: > 2015-04-16 18:42 GMT+09:00 Arnd Bergmann : > > On Thursday 16 April 2015 16:40:36 Masahiro Yamada wrote: > >> Add UniPhier, a new citizen in the ARM multi platform. > >> > >> Signed-off-by: Masahiro Yamada > >> --- > >> > >> arch/arm/configs/multi_v7_defconfig | 1 + > >> 1 file changed, 1 insertion(+) > >> > >> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > >> index d7f038d..24005cf 100644 > >> --- a/arch/arm/configs/multi_v7_defconfig > >> +++ b/arch/arm/configs/multi_v7_defconfig > >> @@ -81,6 +81,7 @@ CONFIG_ARCH_TEGRA_3x_SOC=y > >> CONFIG_ARCH_TEGRA_114_SOC=y > >> CONFIG_ARCH_TEGRA_124_SOC=y > >> CONFIG_TEGRA_EMC_SCALING_ENABLE=y > >> +CONFIG_ARCH_UNIPHIER=y > >> CONFIG_ARCH_U8500=y > >> CONFIG_MACH_HREFV60=y > >> CONFIG_MACH_SNOWBALL=y > >> > > > > Any additional device drivers you need? > > > > Our drivers are still based-on old kernel version (pre-DT) with local > ugly hacking. > I need more time to re-write them based on the current coding style > (almost from scratch), > so I'd like to do it as a second round. > > This series is just mainlining a minimal support with a serial console. > I think it is a good starting point. > The UART device is 16550-compatible, so I do not need any additional driver. > Ok, seems fine then. Arnd