From 52aef8aebc114f6beb41134e0642e53e4de5ea2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelo=20Guti=C3=A9rrez=28UTN/FRH=29?= Date: Sat, 15 Feb 2014 13:45:52 -0300 Subject: [PATCH] beaglebone: add DT for BeagleBone Black MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Peter Korsgaard --- configs/beaglebone_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 2996336839..15220ed2c0 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -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"