diff options
author | Tony Lindgren <tony@atomide.com> | 2015-01-19 22:47:35 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-19 22:47:35 +0300 |
commit | ac7452cee7430ea507ddf70700de56482f15dae3 (patch) | |
tree | fc1beccb002cd433da4d63fa2519b865f1c2d1b4 /arch/arm/boot/dts/Makefile | |
parent | 7383ca92552721fe430a82aab8271bc462423dca (diff) | |
download | linux-ac7452cee7430ea507ddf70700de56482f15dae3.tar.xz |
ARM: dts: Add minimal support for dm8168-evm
This allows booting the device with basic functionality.
Note that at least on my revision c board the DDR3 does
not seem to work properly and only some of the memory
can be reliably used.
Also, the mainline u-boot does not seem to properly
initialize the ethernet, so I've been using the old TI
u-boot at:
http://arago-project.org/git/projects/?p=u-boot-omap3.git;a=summary
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 1b2c7de17cf3..a6ace4d57ea5 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -348,6 +348,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += am3517-craneboard.dtb \ omap3-sbc-t3730.dtb \ omap3-thunder.dtb \ omap3-zoom3.dtb +dtb-$(CONFIG_SOC_TI81XX) += dm8168-evm.dtb dtb-$(CONFIG_SOC_AM33XX) += am335x-base0033.dtb \ am335x-bone.dtb \ am335x-boneblack.dtb \ |