arm: dts: k3-am6: Fix "EEPROM not available" error

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>
This commit is contained in:
Roger Quadros
2023-02-06 13:04:53 -05:00
committed by Tom Rini
parent ffefc72083
commit f85631d06f
+1
View File
@@ -44,6 +44,7 @@
};
&main_i2c0 {
status = "okay";
u-boot,dm-spl;
pinctrl-names = "default";
pinctrl-0 = <&main_i2c0_pins_default>;