public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Joris Offouga <offougajoris@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 2/5] pico-imx7d: defconfig: Add DT file hooks
Date: Thu, 25 Apr 2019 11:57:31 +0200	[thread overview]
Message-ID: <d5cfc76a-3371-a6e1-1a1c-9b6d6ba0f243@gmail.com> (raw)
In-Reply-To: <67e62440-7f33-52bc-9c5a-5c3177ff94f7@denx.de>


Le 25/04/2019 à 11:26, Stefano Babic a écrit :
> On 25/04/19 11:18, Joris OFFOUGA wrote:
>>
>> Le jeu. 25 avr. 2019 à 11:12, Stefano Babic <sbabic@denx.de
>> <mailto:sbabic@denx.de>> a écrit :
>>
>>      On 25/04/19 11:00, Stefano Babic wrote:
>>      > On 04/04/19 14:00, Joris Offouga wrote:
>>      >> This patch adds DT file hooks for Pico i.MX7D SOM and variant boards
>>      >>
>>      >> Signed-off-by: Joris Offouga <offougajoris@gmail.com
>>      <mailto:offougajoris@gmail.com>>
>>      >> ---
>>      >>  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"
>>      >                                           ^---  two much "o"
>>      >
>>      > I fix this myself by merging.
>>      >
>>      >
>>
>>      However, this fix pico-hobbit-imx7d, but not pico-imx7d. In fact, there
>>      is no pico-imx7d.dts, but CONFIG_DEFAULT_DEVICE_TREE is set. Am I
>>      missing something ?
>>
>> No it's just som he does not need to CONFIG_DEFAULT_DEVICE_TREE
>> Best regards,
> I suppose this, but then something in the build is broken, If I run
> buildman, a pico-imx7d board is searched. In fact, there is a
> configs/pico-imx7d_defconfig. If this is just SOM, this file has no
> reason to exist.

For pico_imx7d_defconfig, i set 
CONFIG_DEFAULT_DEVICE_TREE="imx7d-pico-pi.dtb"

You have to ask Fabio and Otavio I did not grow on it when I did the dm 
conversion, they asked me to convert everything even som

Best Regards,

Joris Offouga

> Best regards,
> Stefano Babic
>
>

  reply	other threads:[~2019-04-25  9:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-04 12:00 [U-Boot] [PATCH V2 0/5] Convert Pico i.MX7 to DM Joris Offouga
2019-04-04 12:00 ` [U-Boot] [PATCH V2 1/5] Arm: imx7d-pico: Import all Linux device tree for Pico i.MX7D SOM Joris Offouga
2019-04-26  9:37   ` [U-Boot] [U-Boot, V2, " sbabic at denx.de
2019-04-04 12:00 ` [U-Boot] [PATCH V2 2/5] pico-imx7d: defconfig: Add DT file hooks Joris Offouga
2019-04-25  9:00   ` Stefano Babic
2019-04-25  9:09     ` Joris OFFOUGA
2019-04-25  9:12     ` Stefano Babic
2019-04-25  9:18       ` Joris OFFOUGA
2019-04-25  9:26         ` Stefano Babic
2019-04-25  9:57           ` Joris Offouga [this message]
2019-04-25 10:28             ` Stefano Babic
2019-04-25 10:35               ` Joris Offouga
2019-04-25 10:38               ` Fabio Estevam
2019-04-26  9:38   ` [U-Boot] [U-Boot,V2,2/5] " sbabic at denx.de
2019-04-04 12:00 ` [U-Boot] [PATCH V2 3/5] pico-imx7d: defconfig Enable DM gpio pinctrl and pinctrl_imx7 Joris Offouga
2019-04-26  9:38   ` [U-Boot] [U-Boot, V2, " sbabic at denx.de
2019-04-04 12:00 ` [U-Boot] [PATCH V2 4/5] pico-imx7d: Convert DM MMC Joris Offouga
2019-04-26  9:45   ` [U-Boot] [U-Boot,V2,4/5] " sbabic at denx.de
2019-04-04 12:00 ` [U-Boot] [PATCH V2 5/5] pico-imx7d: Increase u-boot size for dfu request Joris Offouga
2019-04-26  9:37   ` [U-Boot] [U-Boot, V2, " sbabic at denx.de
2019-04-05 13:07 ` [U-Boot] [PATCH V2 0/5] Convert Pico i.MX7 to DM Fabio Estevam
2019-04-05 13:28   ` Joris OFFOUGA
2019-04-15  8:02     ` jorisoffouga
2019-04-15  8:16       ` Stefano Babic
2019-04-24 10:18         ` Fabio Estevam
2019-04-24 10:26           ` Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d5cfc76a-3371-a6e1-1a1c-9b6d6ba0f243@gmail.com \
    --to=offougajoris@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox