[U-Boot] [PATCH 2/5] dm: ls1021a: Bring in ls1021a dts files from linux kernel
Simon Glass
sjg at chromium.org
Wed Mar 25 04:09:28 CET 2015
Hi,
On 24 March 2015 at 07:13, Haikun Wang <haikun.wang at freescale.com> wrote:
> From: haikun <haikun.wang at freescale.com>
>
> Bring in required device tree files for ls1021a from Linux.
> These are initially unchanged and have a number of pieces not needed by U-Boot.
>
> Signed-off-by: Haikun Wang <Haikun.Wang at freescale.com>
> ---
> arch/arm/dts/Makefile | 3 +
> arch/arm/dts/ls1021a-qds.dts | 201 +++++++++++++++++++++++
> arch/arm/dts/ls1021a-twr.dts | 88 ++++++++++
> arch/arm/dts/ls1021a.dtsi | 370 +++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 662 insertions(+)
> create mode 100644 arch/arm/dts/ls1021a-qds.dts
> create mode 100644 arch/arm/dts/ls1021a-twr.dts
> create mode 100644 arch/arm/dts/ls1021a.dtsi
>
> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> index cbe5b86..67b821a 100644
> --- a/arch/arm/dts/Makefile
> +++ b/arch/arm/dts/Makefile
> @@ -54,6 +54,9 @@ dtb-$(CONFIG_SOCFPGA) += \
> socfpga_cyclone5_socdk.dtb \
> socfpga_cyclone5_socrates.dtb
>
> +dtb-$(CONFIG_TARGET_LS1021AQDS) += ls1021a-qds.dtb
> +dtb-$(CONFIG_TARGET_LS1021ATWR) += ls1021a-twr.dtb
Can we avoid having particular targets here? Can you use a broader
architecture definition as elsewhere in the file?
Regards,
Simon
More information about the U-Boot
mailing list