diff options
| author | Angelo Dureghello <[email protected]> | 2023-04-05 00:59:24 +0200 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2023-04-11 06:51:38 +0200 |
| commit | db457e682a91b0f013eab5a244824433c8bd0c45 (patch) | |
| tree | 302654ae19eefde8a0fe2d3e56cc052270d2ed8f /include | |
| parent | 5d3a5f330d6bdb53ea17cff1ec724f6256521366 (diff) | |
board: stmark2: add i2c0 pinmux pad configuration
Add CFG option to enable proper pinmux pad setting for i2c0.
Signed-off-by: Angelo Dureghello <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stmark2.h | 2 |
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 */ |
