summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@kernel-space.org>2023-04-05 00:59:24 +0200
committerHeiko Schocher <hs@denx.de>2023-04-11 06:51:38 +0200
commitdb457e682a91b0f013eab5a244824433c8bd0c45 (patch)
tree302654ae19eefde8a0fe2d3e56cc052270d2ed8f /include/configs
parent5d3a5f330d6bdb53ea17cff1ec724f6256521366 (diff)
downloadu-boot-db457e682a91b0f013eab5a244824433c8bd0c45.tar.gz
board: stmark2: add i2c0 pinmux pad configuration
Add CFG option to enable proper pinmux pad setting for i2c0. Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/stmark2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h
index 05de376f0e..6edaf73d61 100644
--- a/include/configs/stmark2.h
+++ b/include/configs/stmark2.h
@@ -97,4 +97,6 @@
#define CFG_MCFTMR
+#define CFG_SYS_I2C_0
+
#endif /* __STMARK2_CONFIG_H */