diff mbox series

[u-boot,v2,2/3] arm: dts: k3-am6: Fix "EEPROM not available" error

Message ID 20230124094327.46394-3-rogerq@kernel.org
State Accepted
Commit f85631d06ffc75c782f40357d61000e06b13b8f5
Delegated to: Tom Rini
Headers show
Series arm: dts: k3-am64: Sync DT files with Linux | expand

Commit Message

Roger Quadros Jan. 24, 2023, 9:43 a.m. UTC
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(+)

Comments

Tom Rini Feb. 7, 2023, 4:49 p.m. UTC | #1
On Tue, Jan 24, 2023 at 11:43:26AM +0200, Roger Quadros wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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>;