From mboxrd@z Thu Jan 1 00:00:00 1970 From: marex@denx.de (Marek Vasut) Date: Fri, 18 Dec 2015 00:27:12 +0100 Subject: [PATCH V2] ARM: socfpga: Add support for DENX MCV SoM and MCVEVK baseboard In-Reply-To: References: <1447921918-14486-1-git-send-email-marex@denx.de> Message-ID: <201512180027.12912.marex@denx.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday, November 19, 2015 at 05:27:44 PM, Dinh Nguyen wrote: > Hi Marek, > > On Thu, Nov 19, 2015 at 2:31 AM, Marek Vasut wrote: > > Add support for the DENX MCV SoM and MCVEVK baseboard. The SoM contains > > eMMC, DRAM, Altera Cyclone V SoC. The baseboard contains CAN ports, UART > > ports, STMPE811 touchscreen controller, USB OTG port, ethernet port and > > a lot of IO pins. > > > > Signed-off-by: Marek Vasut > > Cc: Vince Bridgers > > Cc: Alan Tull > > Cc: Thor Thayer > > Cc: Dinh Nguyen > > Cc: Olof Johansson > > --- > > > > arch/arm/boot/dts/Makefile | 1 + > > arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi | 33 ++++++++++ > > arch/arm/boot/dts/socfpga_cyclone5_mcvevk.dts | 94 > > +++++++++++++++++++++++++++ 3 files changed, 128 insertions(+) > > create mode 100644 arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi > > create mode 100644 arch/arm/boot/dts/socfpga_cyclone5_mcvevk.dts > > > > V2: Sort the DT nodes alphabetically. > > > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > > index 7d3e495..8f322be 100644 > > --- a/arch/arm/boot/dts/Makefile > > +++ b/arch/arm/boot/dts/Makefile > > @@ -555,6 +555,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += \ > > > > dtb-$(CONFIG_ARCH_SOCFPGA) += \ > > > > socfpga_arria5_socdk.dtb \ > > socfpga_arria10_socdk_sdmmc.dtb \ > > > > + socfpga_cyclone5_mcvevk.dtb \ > > > > socfpga_cyclone5_socdk.dtb \ > > socfpga_cyclone5_de0_sockit.dtb \ > > socfpga_cyclone5_sockit.dtb \ > > I've applied this to my tree. Hi, I just found this in linux-next, but all the tabs in the original patch submission are replaced with spaces in the DTS files. What happened ? Thanks Best regards, Marek Vasut