From 9ba15d96244656163198c3a215bd44a68b3cd62f Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Thu, 10 Jul 2014 10:18:04 -0700 Subject: [PATCH] nitrogen6x: include .dtb files for compatible variants The Boundary Devices Nitrogen6X comes in a number of variants with different processors, and the kernel and userspace is compatible with the SABRE Lite (BD-SL-i.MX6), Nitrogen6_Lite, and Nitrogen6_Max boards. This patch adds support for these boards through the corresponding .dtb files. Signed-off-by: Eric Nelson Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- configs/nitrogen6x_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig index da2a7e83e6..082b1f58ec 100644 --- a/configs/nitrogen6x_defconfig +++ b/configs/nitrogen6x_defconfig @@ -26,4 +26,4 @@ BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x" BR2_LINUX_KERNEL_INSTALL_TARGET=y BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000" BR2_LINUX_KERNEL_DTS_SUPPORT=y -BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-nitrogen6x" +BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-nit6xlite imx6dl-nitrogen6_max imx6dl-nitrogen6x imx6q-nitrogen6_max imx6q-nitrogen6x imx6q-sabrelite" -- 2.30.2