[PATCH 2/6] board: stmark2: add i2c0 pinmux pad configuration
Angelo Dureghello
angelo at kernel-space.org
Wed Apr 5 00:59:24 CEST 2023
Add CFG option to enable proper pinmux pad setting for i2c0.
Signed-off-by: Angelo Dureghello <angelo at kernel-space.org>
---
include/configs/stmark2.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h
index ffc47c8076..af5da096b7 100644
--- a/include/configs/stmark2.h
+++ b/include/configs/stmark2.h
@@ -96,4 +96,6 @@
CFG_SYS_INIT_RAM_SIZE - 12)
+#define CFG_SYS_I2C_0
+
#endif /* __STMARK2_CONFIG_H */
--
2.40.0
More information about the U-Boot
mailing list