From db457e682a91b0f013eab5a244824433c8bd0c45 Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Wed, 5 Apr 2023 00:59:24 +0200 Subject: [PATCH] board: stmark2: add i2c0 pinmux pad configuration Add CFG option to enable proper pinmux pad setting for i2c0. Signed-off-by: Angelo Dureghello --- include/configs/stmark2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h index 05de376..6edaf73 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 */ -- 2.7.4