beaglebone: add DT for BeagleBone Black
authorMarcelo Gutiérrez(UTN/FRH) <kuyurix@gmail.com>
Sat, 15 Feb 2014 16:45:52 +0000 (13:45 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 17 Feb 2014 08:01:38 +0000 (09:01 +0100)
The devicetree data for BeagleBone Black is the am335x–boneblack.dts file
(includes "am33xx.dtsi" and "am335x-bone-common.dtsi")

BeagleBone White uses the am335x-bone.dts file.

Signed-off-by: Marcelo Gutiérrez <kuyurix@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/beaglebone_defconfig

index 2996336839132097efcd3f54bac528a637aef0e6..15220ed2c0b1242df666ef2fa91dde0c4a1d4e84 100644 (file)
@@ -36,4 +36,4 @@ BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/beaglebone/linux-3.12.config"
 BR2_LINUX_KERNEL_ZIMAGE=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-bone"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-bone am335x-boneblack"