public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Igor Opaniuk <igor.opaniuk@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v1 7/7] verdin-imx8mm: add EEPROM support for carrier board
Date: Mon, 22 Jun 2020 23:28:00 +0300	[thread overview]
Message-ID: <1592857680-637-8-git-send-email-igor.opaniuk@gmail.com> (raw)
In-Reply-To: <1592857680-637-1-git-send-email-igor.opaniuk@gmail.com>

From: Igor Opaniuk <igor.opaniuk@toradex.com>

Enable these Kconfig symbols:
TDX_CFG_BLOCK_EXTRA=y
TDX_HAVE_EEPROM_EXTRA=y

Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
---

 board/toradex/verdin-imx8mm/Kconfig | 6 ++++++
 configs/verdin-imx8mm_defconfig     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/board/toradex/verdin-imx8mm/Kconfig b/board/toradex/verdin-imx8mm/Kconfig
index 8a2fe98..149aed6 100644
--- a/board/toradex/verdin-imx8mm/Kconfig
+++ b/board/toradex/verdin-imx8mm/Kconfig
@@ -12,9 +12,15 @@ config SYS_CONFIG_NAME
 config TDX_CFG_BLOCK
 	default y
 
+config TDX_CFG_BLOCK_EXTRA
+	default y
+
 config TDX_HAVE_MMC
 	default y
 
+config TDX_HAVE_EEPROM_EXTRA
+	default y
+
 config TDX_CFG_BLOCK_DEV
 	default "0"
 
diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig
index f5b6e03..74cc8dd 100644
--- a/configs/verdin-imx8mm_defconfig
+++ b/configs/verdin-imx8mm_defconfig
@@ -74,6 +74,7 @@ CONFIG_MXC_GPIO=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_MXC=y
 CONFIG_MISC=y
+CONFIG_I2C_EEPROM=y
 CONFIG_DM_MMC=y
 CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_FSL_ESDHC_IMX=y
-- 
2.7.4

      parent reply	other threads:[~2020-06-22 20:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-22 20:27 [PATCH v1 0/7] Toradex: EEPROM storage support for Config Block Igor Opaniuk
2020-06-22 20:27 ` [PATCH v1 1/7] toradex: tdx-cfg-block: add EEPROM read/store wrappers Igor Opaniuk
2020-06-22 20:27 ` [PATCH v1 2/7] toradex: tdx-cfg-block: add carrier boards and display adapters Igor Opaniuk
2020-06-22 20:27 ` [PATCH v1 3/7] toradex: tdx-cfg-block: add support for EEPROM Igor Opaniuk
2020-06-22 20:27 ` [PATCH v1 4/7] toradex: tdx-cfg-clock: add migration routine from PID8 Igor Opaniuk
2020-06-22 20:27 ` [PATCH v1 5/7] toradex: tdx-cfg-block: add carrier board info printing Igor Opaniuk
2020-06-22 20:27 ` [PATCH v1 6/7] ARM: dts: imx8mm-verdin: eeprom nodes adjustments Igor Opaniuk
2020-06-22 20:28 ` Igor Opaniuk [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=1592857680-637-8-git-send-email-igor.opaniuk@gmail.com \
    --to=igor.opaniuk@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