diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-09-29 14:42:27 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 14:44:02 -0400 |
commit | eae7ae18533550b61a9d459deafaeeb460dcf6b7 (patch) | |
tree | 7f7d04bd0d5fd772ddd1010d1b2c754dfa44078d /arch/arm/dts/Makefile | |
parent | 136b1013a20ad8107166e1d3e8c4a4646ff7aded (diff) | |
download | u-boot-eae7ae18533550b61a9d459deafaeeb460dcf6b7.tar.gz u-boot-eae7ae18533550b61a9d459deafaeeb460dcf6b7.tar.xz u-boot-eae7ae18533550b61a9d459deafaeeb460dcf6b7.zip |
am437x: Add am57xx_evm_defconfig using CONFIG_DM
Import various DT files for am57xx-beagle-x15 from
Linux Kernel v4.2
Add config file for this board, enable DM, DM_GPIO,
DM_SERIAL and DM_MMC.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 23939b0930..ddc6a057d5 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -76,6 +76,7 @@ dtb-$(CONFIG_ARCH_SOCFPGA) += \ socfpga_cyclone5_sockit.dtb \ socfpga_cyclone5_socrates.dtb dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb +dtb-$(CONFIG_TARGET_BEAGLE_X15) += am57xx-beagle-x15.dtb dtb-$(CONFIG_TARGET_STV0991) += stv0991.dtb dtb-$(CONFIG_LS102XA) += ls1021a-qds.dtb \ |