All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [RFC WIP PATCH v1 7/7] wandboard: in SPL use only D1 DTB
Date: Thu, 16 Jan 2020 07:20:26 +0100	[thread overview]
Message-ID: <a6268a32-bd98-5b0b-5579-ce0e46f91b1a@denx.de> (raw)
In-Reply-To: <CAOMZO5CfnacgN9Vf001Mw49+emhPAjQwUfM0XV_Pp1QR20=unQ@mail.gmail.com>

Hello Fabio,

Am 15.01.2020 um 20:54 schrieb Fabio Estevam:
> Hi Heiko,
> 
> On Tue, Jan 14, 2020 at 3:14 AM Heiko Schocher <hs@denx.de> wrote:
> 
>> +#if defined(CONFIG_SPL_BUILD)
>> +       /* in SPL we use only revision D1 DTB */
>> +       if (1) {
>> +#else
>>          if (is_revd1()) {
>> +#endif
> 
> Is there a way to improve is_revd1() so that it can call i2c_probe()
> and detect whether the PMIC is present or not?

It is WIP so maybe yes ;-)

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de

      reply	other threads:[~2020-01-16  6:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-14  6:13 [RFC WIP PATCH v1 0/7] wandboard: add imx6dl rev d1 support Heiko Schocher
2020-01-14  6:13 ` [RFC WIP PATCH v1 1/7] wandboard: Import the dts files for the other revd1 variants Heiko Schocher
2020-01-14  6:13 ` [RFC WIP PATCH v1 2/7] wandboard: Handle the imx6dl and imx6q revd1 boards Heiko Schocher
2020-01-14  6:13 ` [RFC WIP PATCH v1 3/7] wandboard: reorder board_fit_config_name_match Heiko Schocher
2020-01-14  6:13 ` [RFC WIP PATCH v1 4/7] wandboard: enable CONFIG_DTB_RESELECT Heiko Schocher
2020-01-14  6:13 ` [RFC WIP PATCH v1 5/7] wandboard: use imx6dl-wandboard-revd1 as default DTB Heiko Schocher
2020-01-14  6:13 ` [RFC WIP PATCH v1 6/7] wandboard: add u-boot specific *wandboard-revd1-u-boot.dtsi Heiko Schocher
2020-01-15 19:52   ` Fabio Estevam
2020-01-16  6:18     ` Heiko Schocher
2020-01-17 22:52       ` Fabio Estevam
2020-01-14  6:13 ` [RFC WIP PATCH v1 7/7] wandboard: in SPL use only D1 DTB Heiko Schocher
2020-01-15 19:54   ` Fabio Estevam
2020-01-16  6:20     ` Heiko Schocher [this message]

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=a6268a32-bd98-5b0b-5579-ce0e46f91b1a@denx.de \
    --to=hs@denx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.