diff options
| author | Tom Rini <[email protected]> | 2023-04-11 09:29:28 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-11 09:29:28 -0400 |
| commit | 9e804638bfe2693a908abf066ff66c251572afa7 (patch) | |
| tree | 20a1953649fdcc25acd2eb5bbb2aecf263d7d025 /include | |
| parent | 11c25c6df0b56ee7eee2c4ddc7f075880daeb8c7 (diff) | |
| parent | 5cf008637221ad3b4d4ecdc2befca19b2bdab53d (diff) | |
Merge tag 'for-v2023-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-i2c
i2c updates for v2023-07-rc1
- designware_i2c: remove apparently redundant read of 'i2c, speeds' DT property
from Rasmus Villemoes
- fix: correct I2C deblock logic from Haibo Chen
- imx_lpi2c: Fix misuse the IS_ENABLED for DM clock from Ye Li
- m68k: convert to DM from Angelo Dureghello
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 */ |
