From: Angelo Dureghello Date: Tue, 4 Apr 2023 22:59:24 +0000 (+0200) Subject: board: stmark2: add i2c0 pinmux pad configuration X-Git-Tag: v2023.07~94^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db457e682a91b0f013eab5a244824433c8bd0c45;p=platform%2Fkernel%2Fu-boot.git board: stmark2: add i2c0 pinmux pad configuration Add CFG option to enable proper pinmux pad setting for i2c0. Signed-off-by: Angelo Dureghello --- 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 */