]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am6: Fix "EEPROM not available" error
authorRoger Quadros <rogerq@kernel.org>
Tue, 24 Jan 2023 09:43:26 +0000 (11:43 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 6 Feb 2023 18:04:53 +0000 (13:04 -0500)
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

index 055215cff8dce0cf302baa8d1e70e9a6c58e1776..fa7750d634fc38ac6dc24d92097b6f758009f9c4 100644 (file)
@@ -44,6 +44,7 @@
 };
 
 &main_i2c0 {
+       status = "okay";
        u-boot,dm-spl;
        pinctrl-names = "default";
        pinctrl-0 = <&main_i2c0_pins_default>;