All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Agner <stefan@agner.ch>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] imx: initialize and use generic timer on i.MX 6UL/ULL
Date: Fri, 05 Jan 2018 15:01:47 +0100	[thread overview]
Message-ID: <212955dd6b729fda125bd75fbdf2023c@agner.ch> (raw)
In-Reply-To: <CAOMZO5D=4uUX3u-i5-9q7krvP4Ad+ozycsw82LhXHYfFuS_8BQ@mail.gmail.com>

On 2018-01-05 13:40, Fabio Estevam wrote:
> On Mon, Jan 1, 2018 at 10:43 PM, Stefan Agner <stefan@agner.ch> wrote:
> 
>> --- a/arch/arm/mach-imx/mx6/Kconfig
>> +++ b/arch/arm/mach-imx/mx6/Kconfig
>> @@ -9,7 +9,7 @@ config MX6_SMP
>>
>>  config MX6
>>         select ARM_ERRATA_743622 if !MX6UL && !MX6ULL
>> -       select GPT_TIMER
>> +       select GPT_TIMER if !MX6UL && !MX6ULL
>>         bool
>>         default y
>>         imply CMD_FUSE
>> @@ -54,6 +54,7 @@ config MX6UL
>>         select HAS_CAAM
>>         select SYS_L2CACHE_OFF
>>         select ROM_UNIFIED_SECTIONS
>> +       select SYSCOUNTER_TIMER
>>         bool
>>
>>  config MX6UL_LITESOM
>> @@ -76,6 +77,7 @@ config MX6UL_OPOS6UL
>>  config MX6ULL
>>         select SYS_L2CACHE_OFF
>>         select ROM_UNIFIED_SECTIONS
>> +       select SYSCOUNTER_TIMER
> 
> This is not needed as MX6UL_LITESOM already selects MX6UL.

This does not add it to MX6UL_LITESOM, it adds it to "config MX6ULL".
diff is somewhat confusing here.

--
Stefan

> 
> Other than that:
> 
> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>

  reply	other threads:[~2018-01-05 14:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-02  0:43 [U-Boot] [PATCH 1/3] imx: move CONFIG_SYSCOUNTER_TIMER to Kconfig Stefan Agner
2018-01-02  0:43 ` [U-Boot] [PATCH 2/3] imx: introduce CONFIG_GPT_TIMER Stefan Agner
2018-01-05 12:37   ` Fabio Estevam
2018-01-05 14:00   ` Stefan Agner
2018-01-02  0:43 ` [U-Boot] [PATCH 3/3] imx: initialize and use generic timer on i.MX 6UL/ULL Stefan Agner
2018-01-05 12:40   ` Fabio Estevam
2018-01-05 14:01     ` Stefan Agner [this message]
2018-01-05 14:04       ` Fabio Estevam
2018-01-05 10:26 ` [U-Boot] [PATCH 1/3] imx: move CONFIG_SYSCOUNTER_TIMER to Kconfig Stefan Agner
2018-01-05 13:25   ` Stefano Babic
2018-01-05 12:36 ` Fabio Estevam

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=212955dd6b729fda125bd75fbdf2023c@agner.ch \
    --to=stefan@agner.ch \
    --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.