On 01/10/2017 06:20 AM, Chee Tien Fong wrote:
> From: Tien Fong Chee <tien.fong.c...@intel.com>
> 
> This is initial version of device tree for the Intel socfpga arria10
> development kit with sdmmc.
> 
> Signed-off-by: Tien Fong Chee <tien.fong.c...@intel.com>
> Cc: Marek Vasut <ma...@denx.de>
> Cc: Dinh Nguyen <dingu...@kernel.org>
> Cc: Chin Liang See <chin.liang....@intel.com>
> Cc: Tien Fong <skywind...@gmail.com>
> ---
>  arch/arm/dts/Makefile                              |   3 +-
>  arch/arm/dts/socfpga_arria10.dtsi                  | 859 
> +++++++++++++++++++++
>  arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts       |  30 +
>  .../dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi   | 479 ++++++++++++
>  4 files changed, 1370 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm/dts/socfpga_arria10.dtsi
>  create mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts
>  create mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
> 
> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> index 3ee608b..024aa5f 100644
> --- a/arch/arm/dts/Makefile
> +++ b/arch/arm/dts/Makefile
> @@ -137,7 +137,8 @@ dtb-$(CONFIG_ARCH_SOCFPGA) +=                             
> \
>       socfpga_cyclone5_sockit.dtb                     \
>       socfpga_cyclone5_socrates.dtb                   \
>       socfpga_cyclone5_sr1500.dtb                     \
> -     socfpga_cyclone5_vining_fpga.dtb
> +     socfpga_cyclone5_vining_fpga.dtb                \
> +     socfpga_arria10_socdk_sdmmc.dtb

Keep the list sorted.

>  dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb        \
>       dra72-evm-revc.dtb dra71-evm.dtb
> diff --git a/arch/arm/dts/socfpga_arria10.dtsi 
> b/arch/arm/dts/socfpga_arria10.dtsi
> new file mode 100644
> index 0000000..f63c4b4
> --- /dev/null
> +++ b/arch/arm/dts/socfpga_arria10.dtsi
> @@ -0,0 +1,859 @@
> +/*
> + * Copyright (C) 2016 Intel Corporation
> + *
> + * SPDX-License-Identifier:  GPL-2.0

Bindings are dual-licensed , GPL or X11 license.

> + */
> +
> +#include "skeleton.dtsi"
> +#include <dt-bindings/interrupt-controller/arm-gic.h>
> +#include <dt-bindings/reset/altr,rst-mgr-a10.h>

[...]

> diff --git a/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi 
> b/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
> new file mode 100644
> index 0000000..0778141
> --- /dev/null
> +++ b/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
> @@ -0,0 +1,479 @@
> +/*
> + * Copyright (C) 2016 Intel Corporation
> + *
> + * SPDX-License-Identifier:  GPL-2.0
> + *
> + *<auto-generated>
> + *   This code was generated by a tool based on
> + *   handoffs from both Qsys and Quartus.
> + *
> + *   Changes to this file may be lost if
> + *   the code is regenerated.
> + *</auto-generated>
> + */

This file makes me wonder how many of these bindings are approved by the
DT maintainers.

-- 
Best regards,
Marek Vasut
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to