From patchwork Thu Apr 4 12:00:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joris OFFOUGA X-Patchwork-Id: 1077223 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="AJ02HmS0"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44Zhgn5Kq2z9sPf for ; Thu, 4 Apr 2019 23:13:57 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 6BB15C21E0F; Thu, 4 Apr 2019 12:07:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 5F7C3C21E7F; Thu, 4 Apr 2019 12:02:03 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 916D4C21E50; Thu, 4 Apr 2019 12:01:08 +0000 (UTC) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by lists.denx.de (Postfix) with ESMTPS id 38A36C21E31 for ; Thu, 4 Apr 2019 12:01:03 +0000 (UTC) Received: by mail-wr1-f66.google.com with SMTP id k17so3412710wrx.10 for ; Thu, 04 Apr 2019 05:01:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=XXb3QR+NLizd43P8OGIf3QCTdIvpNxrqy2SzaG3o+gk=; b=AJ02HmS0E2lrKz0GlMPJi5rnbInurYgbaWtDnR+clhji1PWk5Qc+j8VIy2AD3+mAR2 wrber2yBgzCegfdSjIsioFRulp3nZzWSxnxpmRMsKhP+J+RpGVFGH61cl50NjhlMpg49 xAXtFaM0QNqBHZnWthupLc5kQyk5vqLs516rwue91sHF2eLpLBF237e7kvfhq3/1X3HD yiQFf2UuG9VD1DBT1daCMPNwBnojsMOrx44WEyWU+JUPoRVj+Htp5rzppSKs13+G38EM dYRrAxccxE5DQ5I7zGHwZm5zjYgBxr8xhl8VSdLnpNwY+o0j8zsnSLNl3WejgO6QfMNF qdBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=XXb3QR+NLizd43P8OGIf3QCTdIvpNxrqy2SzaG3o+gk=; b=WSk6KN54A087r8kHHTpRtkvLIDyzQS5FUZcEhvVUi2/7lbmPoCkYquFNaD/Txrjj0a KAoBn/0DkPn+4lgbGbK6YqjiBY2czQsl+Y8FOAVmxYFNQ/VS73FDtUax5NVnZnSPsVoT kaKwzSG7HoR/kCyucG8ubF+KJ5i0EouMDp79otf9t5xURfdy1LoECUWYJ96zhdFAFbKf gfZ5fQvEF5McodfyOvBT6oAk9UisJJUKHrFqfu137PTY8orqcvhnzOMFtxTorPtmvcNj 3x+9xT1Il4RdPkISfiEI25qFgG4mQojNmX3nc9j1ql7Q+0sqKzm0TmXT5kY8Y9KV6kZ7 5xrA== X-Gm-Message-State: APjAAAUop91Rg69DV5Wi8QlzqUCfe6zwTqKS+cKT5svLLcggxsmw0cUj G82VS10pQEQ7Ja8cU1ZqkXabMylhQQs= X-Google-Smtp-Source: APXvYqy3POk/KpwVbMPUJBV1x+Cv9vXcLlFgaPL4oiZbVo0prCbW5k6FyN2T/DzI5BqQ0Ye87GQ9XA== X-Received: by 2002:adf:ed8f:: with SMTP id c15mr4013786wro.144.1554379262680; Thu, 04 Apr 2019 05:01:02 -0700 (PDT) Received: from furher.auvence.co ([92.103.174.138]) by smtp.gmail.com with ESMTPSA id y1sm54058144wrd.34.2019.04.04.05.01.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 04 Apr 2019 05:01:01 -0700 (PDT) From: Joris Offouga To: u-boot@lists.denx.de, sbabic@denx.de Date: Thu, 4 Apr 2019 14:00:53 +0200 Message-Id: <1554379256-24701-3-git-send-email-offougajoris@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1554379256-24701-1-git-send-email-offougajoris@gmail.com> References: <1554379256-24701-1-git-send-email-offougajoris@gmail.com> Cc: vanessa.maegima@nxp.com, richard.hu@technexion.com, otavio@ossystems.com.br Subject: [U-Boot] [PATCH V2 2/5] pico-imx7d: defconfig: Add DT file hooks X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This patch adds DT file hooks for Pico i.MX7D SOM and variant boards Signed-off-by: Joris Offouga --- configs/pico-hobbit-imx7d_defconfig | 3 ++- configs/pico-imx7d_defconfig | 3 ++- configs/pico-pi-imx7d_defconfig | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/configs/pico-hobbit-imx7d_defconfig b/configs/pico-hobbit-imx7d_defconfig index f58d517..75eab28 100644 --- a/configs/pico-hobbit-imx7d_defconfig +++ b/configs/pico-hobbit-imx7d_defconfig @@ -16,6 +16,8 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" CONFIG_DEFAULT_FDT_FILE="imx7d-pico-hobbit.dtb" +CONFIG_OF_CONTROL=y +CONFIG_DEFAULT_DEVICE_TREE="imx7d-pico-hoobit" CONFIG_BOUNCE_BUFFER=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_USB_HOST_SUPPORT=y @@ -58,4 +60,3 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y CONFIG_VIDEO=y -CONFIG_OF_LIBFDT=y diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig index 7e13923..beee839 100644 --- a/configs/pico-imx7d_defconfig +++ b/configs/pico-imx7d_defconfig @@ -16,6 +16,8 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" CONFIG_DEFAULT_FDT_FILE="ask" +CONFIG_OF_CONTROL=y +CONFIG_DEFAULT_DEVICE_TREE="imx7d-pico" CONFIG_BOUNCE_BUFFER=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_USB_HOST_SUPPORT=y @@ -58,4 +60,3 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y CONFIG_VIDEO=y -CONFIG_OF_LIBFDT=y diff --git a/configs/pico-pi-imx7d_defconfig b/configs/pico-pi-imx7d_defconfig index c8ac2ff..05d5fe5 100644 --- a/configs/pico-pi-imx7d_defconfig +++ b/configs/pico-pi-imx7d_defconfig @@ -16,6 +16,8 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" CONFIG_DEFAULT_FDT_FILE="imx7d-pico-pi.dtb" +CONFIG_OF_CONTROL=y +CONFIG_DEFAULT_DEVICE_TREE="imx7d-pico-pi" CONFIG_BOUNCE_BUFFER=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_USB_HOST_SUPPORT=y @@ -58,4 +60,3 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y CONFIG_VIDEO=y -CONFIG_OF_LIBFDT=y