From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 23 Jan 2017 05:03:58 +0100 Subject: [U-Boot] [PATCH v4 18/28] ARM:dts: Added device tree for socfpga arria10 development kit sdmmc In-Reply-To: <1484025641-5412-19-git-send-email-tien.fong.chee@intel.com> References: <1484025641-5412-1-git-send-email-tien.fong.chee@intel.com> <1484025641-5412-19-git-send-email-tien.fong.chee@intel.com> Message-ID: <210b7266-02e7-d5da-ce89-b90c34d9d5d9@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/10/2017 06:20 AM, Chee Tien Fong wrote: > From: Tien Fong Chee > > This is initial version of device tree for the Intel socfpga arria10 > development kit with sdmmc. > > Signed-off-by: Tien Fong Chee > Cc: Marek Vasut > Cc: Dinh Nguyen > Cc: Chin Liang See > Cc: Tien Fong > --- > 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 > +#include [...] > 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 > + * > + * > + * 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. > + * > + */ This file makes me wonder how many of these bindings are approved by the DT maintainers. -- Best regards, Marek Vasut