From patchwork Thu Jul 10 17:18:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Nelson X-Patchwork-Id: 368726 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id E0A9B14011F for ; Fri, 11 Jul 2014 03:26:24 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 017A831BBF; Thu, 10 Jul 2014 17:26:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sxg9-8M61lHA; Thu, 10 Jul 2014 17:26:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 10C0132A0D; Thu, 10 Jul 2014 17:26:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id D86961C1F09 for ; Thu, 10 Jul 2014 17:26:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BFA9D32A0D for ; Thu, 10 Jul 2014 17:26:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CoTeBL4FYRyi for ; Thu, 10 Jul 2014 17:26:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by silver.osuosl.org (Postfix) with ESMTPS id 2C48831BBF for ; Thu, 10 Jul 2014 17:26:21 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id w10so11177869pde.17 for ; Thu, 10 Jul 2014 10:26:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=6Uu9tgfDFeY3TitvuNAS3kYptyG+X88H/fboGNjSqa8=; b=B2JbwuzPqtTQv1kn8wBEISYxiV0t0Y2TYWmSja9pq6F4vpOVvqiJh0cVi++QpQApzT zyFH7Ki44oEnCP/jcwIMAPAlWBsM/158QwiK6pFxYMGJi5Y3wpmxIFThCgzPy/YVV59Q Tx7zffU3PU1HdkHam3Xwb/iZ2LwKZ0oBPQj0MGdApt8t/oP3heXpxZu8VdPAAJoplihX aY5Nd1KFd0SxmJtfzsLZGWbLpzL9qZJzRgmQnClVbLFGXBaF4EkK+uPMAIvQbDnxDls1 oh9pk20Gk/hS+xRp36dL82oKQr0VjADhfJMmizJ4A96jfFJYqkZTvTp2T22+QUAF49Gp cpXQ== X-Gm-Message-State: ALoCoQkj+s2hSG99t0d8XMlOAyia37dWn9Rxp6g2mdhYcRKYfU3gGx3cA474FWVtBPPCWnH+Hc66 X-Received: by 10.70.48.103 with SMTP id k7mr1813442pdn.157.1405012693553; Thu, 10 Jul 2014 10:18:13 -0700 (PDT) Received: from localhost.localdomain ([63.226.49.26]) by mx.google.com with ESMTPSA id v4sm33203646pdo.6.2014.07.10.10.18.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 10 Jul 2014 10:18:12 -0700 (PDT) From: Eric Nelson To: buildroot@buildroot.org Date: Thu, 10 Jul 2014 10:18:04 -0700 Message-Id: <1405012684-30163-1-git-send-email-eric.nelson@boundarydevices.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: bisson.gary@gmail.com, yann.morin.1998@free.fr Subject: [Buildroot] [PATCH] nitrogen6x: include .dtb files for compatible variants X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net 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" --- configs/nitrogen6x_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig index da2a7e8..04db23a 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"