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-rc1~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db457e682a91b0f013eab5a244824433c8bd0c45;p=pandora-u-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 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 */