dts: am43x: omap5: Add node for I2C in SPL

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Jean-Jacques Hiblot 2018-12-07 14:50:44 +01:00 committed by Heiko Schocher
parent 0e6e67c667
commit 69dab2be8e
2 changed files with 8 additions and 0 deletions

View File

@ -36,3 +36,7 @@
&phy_sel {
u-boot,dm-spl;
};
&i2c0 {
u-boot,dm-spl;
};

View File

@ -91,3 +91,7 @@
&gpio7 {
u-boot,dm-spl;
};
&i2c1 {
u-boot,dm-spl;
};