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