All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 09/16] configs: imxrt1020-evk: enable imx gpt timer as tick-timer
Date: Sun,  2 May 2021 01:42:18 +0200	[thread overview]
Message-ID: <20210501234225.1138634-10-giulio.benetti@benettiengineering.com> (raw)
In-Reply-To: <20210501234225.1138634-1-giulio.benetti@benettiengineering.com>

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/imxrt1020-evk_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/imxrt1020-evk_defconfig b/configs/imxrt1020-evk_defconfig
index 9bddb69cd4..51ff702bc6 100644
--- a/configs/imxrt1020-evk_defconfig
+++ b/configs/imxrt1020-evk_defconfig
@@ -62,6 +62,7 @@ CONFIG_IMXRT_SDRAM=y
 CONFIG_FSL_LPUART=y
 CONFIG_TIMER=y
 CONFIG_SPL_TIMER=y
+CONFIG_IMX_GPT_TIMER=y
 CONFIG_SHA1=y
 CONFIG_SHA256=y
 CONFIG_HEXDUMP=y
-- 
2.25.1

  parent reply	other threads:[~2021-05-01 23:42 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07 19:02 [PATCH 00/16] Fix i.MXRT1020/50 Giulio Benetti
2021-04-07 19:02 ` [PATCH 01/16] arm: imxrt: soc: make mpu regions generic Giulio Benetti
2021-04-07 19:02 ` [PATCH 02/16] timer: imx-gpt: Add timer support for i.MX SoCs family Giulio Benetti
2021-04-07 19:20   ` Giulio Benetti
2021-04-08  1:06     ` Jesse T
2021-04-08  3:05       ` Giulio Benetti
2021-04-08  1:55   ` Sean Anderson
2021-04-07 19:02 ` [PATCH 03/16] ARM: dts: imxrt1020: add alias to osc Giulio Benetti
2021-05-03 14:00   ` Fabio Estevam
2021-05-03 17:51     ` Giulio Benetti
2021-05-03 18:21       ` Fabio Estevam
2021-05-03 19:03         ` Giulio Benetti
2021-04-07 19:02 ` [PATCH 04/16] ARM: dts: imxrt1020: add gpt1 node Giulio Benetti
2021-04-07 19:02 ` [PATCH 05/16] ARM: dts: imxrt1020-evk: enable gpt1 timer Giulio Benetti
2021-04-07 19:02 ` [PATCH 06/16] ARM: dts: imxrt1020-evk: set gpt1 as tick-timer for u-boot Giulio Benetti
2021-04-07 19:02 ` [PATCH 07/16] ARM: dts: imxrt1020-evk-u-boot: make gpt1 present for SPL Giulio Benetti
2021-04-07 19:02 ` [PATCH 08/16] ARM: dts: imxrt1020-evk: add device_type = "memory" to memory node Giulio Benetti
2021-04-07 19:02 ` [PATCH 09/16] configs: imxrt1020-evk: enable imx gpt timer as tick-timer Giulio Benetti
2021-04-07 19:02 ` [PATCH 10/16] ARM: dts: imxrt1050: add alias to osc Giulio Benetti
2021-04-07 19:02 ` [PATCH 11/16] ARM: dts: imxrt1050: add gpt1 node Giulio Benetti
2021-04-07 19:03 ` [PATCH 12/16] ARM: dts: imxrt1050-evk: enable gpt1 timer Giulio Benetti
2021-05-01 23:42 ` [PATCH v2 00/16] Fix i.MXRT1020/50 Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 01/16] arm: imxrt: soc: make mpu regions generic Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 02/16] timer: imx-gpt: Add timer support for i.MX SoCs family Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 03/16] ARM: dts: imxrt1020: add alias to osc Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 04/16] ARM: dts: imxrt1020: add gpt1 node Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 05/16] ARM: dts: imxrt1020-evk: enable gpt1 timer Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 06/16] ARM: dts: imxrt1020-evk: set gpt1 as tick-timer for u-boot Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 07/16] ARM: dts: imxrt1020-evk-u-boot: make gpt1 present for SPL Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 08/16] ARM: dts: imxrt1020-evk: add device_type = "memory" to memory node Giulio Benetti
2021-05-01 23:42   ` Giulio Benetti [this message]
2021-05-01 23:42   ` [PATCH v2 10/16] ARM: dts: imxrt1050: add alias to osc Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 11/16] ARM: dts: imxrt1050: add gpt1 node Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 12/16] ARM: dts: imxrt1050-evk: enable gpt1 timer Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 13/16] ARM: dts: imxrt1050-evk: set gpt1 as tick-timer for u-boot Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 14/16] ARM: dts: imxrt1050-evk-u-boot: make gpt1 present for SPL Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 15/16] ARM: dts: imxrt1050-evk: add device_type = "memory" to memory node Giulio Benetti
2021-05-01 23:42   ` [PATCH v2 16/16] configs: imxrt1050-evk: enable imx gpt timer as tick-timer Giulio Benetti

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=20210501234225.1138634-10-giulio.benetti@benettiengineering.com \
    --to=giulio.benetti@benettiengineering.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 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.