arm: dts: k3-am654: Enable access to I2C expander in SPL
The am65x evm supports several daughter boards, the presence of which is detected by reading the state of a GPIO of a I2C gpio expander. To detect the daughter in the SPL, we need to enable the support for this GPIO expander. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
69eb2fcca2
commit
2817775556
|
|
@ -191,6 +191,9 @@
|
|||
|
||||
&wkup_i2c0 {
|
||||
u-boot,dm-spl;
|
||||
gpio@38 {
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
};
|
||||
|
||||
&usb1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue