dts: am43x: omap5: Add node for I2C in SPL
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Fri, 7 Dec 2018 13:50:44 +0000 (14:50 +0100)
committerHeiko Schocher <hs@denx.de>
Mon, 10 Dec 2018 05:13:35 +0000 (06:13 +0100)
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>
arch/arm/dts/am437x-gp-evm-u-boot.dtsi
arch/arm/dts/omap5-u-boot.dtsi

index 530f54989c073ffab8e0d192b33f80e55ad5581c..03a1c1dd39afb399eac3e942a351e89e932d82c9 100644 (file)
@@ -36,3 +36,7 @@
 &phy_sel {
        u-boot,dm-spl;
 };
+
+&i2c0 {
+       u-boot,dm-spl;
+};
index bf2684cb6102088d89830fe1aae4acc5a914a503..30833a3cc9017c84ae9d0b203835d1015782f49f 100644 (file)
@@ -91,3 +91,7 @@
 &gpio7 {
        u-boot,dm-spl;
 };
+
+&i2c1 {
+       u-boot,dm-spl;
+};