diff options
author | Bhupesh Sharma <bhupesh.sharma@freescale.com> | 2015-01-24 22:12:52 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-28 00:11:00 +0100 |
commit | 747c84d051949872be54fcbceb5174b5779c6a17 (patch) | |
tree | 35adeffea91bf852db85412d4227aea7f68eafc8 /arch/arm64/boot/dts/freescale/Makefile | |
parent | Merge tag 'tegra-for-3.20-arm64' of git://git.kernel.org/pub/scm/linux/kernel... (diff) | |
download | linux-747c84d051949872be54fcbceb5174b5779c6a17.tar.xz linux-747c84d051949872be54fcbceb5174b5779c6a17.zip |
arm64: Add DTS support for FSL's LS2085A SoC
This patch adds the device tree support for FSL LS2085A SoC
based on ARMv8 architecture.
Following levels of DTSI/DTS files have been created for the
LS2085A SoC family:
- fsl-ls2085a.dtsi:
DTS-Include file for FSL LS2085A SoC.
- fsl-ls2085a-simu.dts:
DTS file for FSL LS2085a software simulator model.
In addition, this patch adds build support for FSL's LS2085A
simulator model in arm64 dts Makefile.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Signed-off-by: Arnab Basu <arnab_basu@rocketmail.com>
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/freescale/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile new file mode 100644 index 000000000000..4f2de3e789ee --- /dev/null +++ b/arch/arm64/boot/dts/freescale/Makefile @@ -0,0 +1,5 @@ +dtb-$(CONFIG_ARCH_FSL_LS2085A) += fsl-ls2085a-simu.dtb + +always := $(dtb-y) +subdir-y := $(dts-dirs) +clean-files := *.dtb |