[PATCH V2] ARM: socfpga: Add support for DENX MCV SoM and MCVEVK baseboard

Dinh Nguyen dinh.linux at gmail.com
Thu Nov 19 08:27:44 PST 2015


Hi Marek,

On Thu, Nov 19, 2015 at 2:31 AM, Marek Vasut <marex at denx.de> 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 <marex at denx.de>
> Cc: Vince Bridgers <vbridgers2013 at gmail.com>
> Cc: Alan Tull <atull at altera.com>
> Cc: Thor Thayer <tthayer at altera.com>
> Cc: Dinh Nguyen <dinguyen at altear.com>
> Cc: Olof Johansson <olof at lixom.net>
> ---
>  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.

Thanks,
Dinh



More information about the linux-arm-kernel mailing list