summaryrefslogtreecommitdiff
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
parent5d3a5f330d6bdb53ea17cff1ec724f6256521366 (diff)
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>
-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 05de376f0e6..6edaf73d61b 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 */