All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@kernel.org>
To: trini@konsulko.com
Cc: vigneshr@ti.com, nm@ti.com, praneeth@ti.com,
	u-boot@lists.denx.de, Roger Quadros <rogerq@kernel.org>
Subject: [u-boot PATCH v2 2/3] arm: dts: k3-am6: Fix "EEPROM not available" error
Date: Tue, 24 Jan 2023 11:43:26 +0200	[thread overview]
Message-ID: <20230124094327.46394-3-rogerq@kernel.org> (raw)
In-Reply-To: <20230124094327.46394-1-rogerq@kernel.org>

We need to enable i2c0 so u-boot can read from EEPROM.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
---
 arch/arm/dts/k3-am642-evm-u-boot.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
index 055215cff8d..fa7750d634f 100644
--- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi
+++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
@@ -44,6 +44,7 @@
 };
 
 &main_i2c0 {
+	status = "okay";
 	u-boot,dm-spl;
 	pinctrl-names = "default";
 	pinctrl-0 = <&main_i2c0_pins_default>;
-- 
2.34.1


  parent reply	other threads:[~2023-01-24  9:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-24  9:43 [u-boot PATCH v2 0/3] arm: dts: k3-am64: Sync DT files with Linux Roger Quadros
2023-01-24  9:43 ` [u-boot PATCH v2 1/3] arm: dts: k3-am64: sync with Linux DT files Roger Quadros
2023-02-07 16:49   ` Tom Rini
2023-01-24  9:43 ` Roger Quadros [this message]
2023-02-07 16:49   ` [u-boot PATCH v2 2/3] arm: dts: k3-am6: Fix "EEPROM not available" error Tom Rini
2023-01-24  9:43 ` [u-boot PATCH v2 3/3] arm: dts: k3-am64: Fix CPSW3G ethernet Roger Quadros
2023-01-24 19:19   ` Tom Rini
2023-02-07 16:49   ` Tom Rini

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=20230124094327.46394-3-rogerq@kernel.org \
    --to=rogerq@kernel.org \
    --cc=nm@ti.com \
    --cc=praneeth@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    /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.