diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-23 09:17:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-23 09:17:07 -0400 |
commit | 926fe46a6d9d3def405440227b0f77ed98ee2f9d (patch) | |
tree | 760829c8df31cdebe7178a52e25935a2e2bd05ee /configs | |
parent | 3ee343cd7cc1eaa4e0b905ab3d8d0c764985d264 (diff) | |
parent | c50b21b70523939c561d0455a2c423f63a9162ca (diff) | |
download | u-boot-926fe46a6d9d3def405440227b0f77ed98ee2f9d.tar.gz |
Merge tag 'for-v2021.10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-i2c
i2c changes for for-v2021.10-rc3
new driver:
- Introduce mcp230xx support
from Sebastian Reichel
new feature:
- i2c-gpio: add support for "sda-gpios" + "scl-gpios" i2c-gpio bindings.
from Samuel Holland
- bootcount: add a new driver with syscon as backend
from Nandor Han
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 952d430304..4658f18dfa 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -131,6 +131,7 @@ CONFIG_AXI=y CONFIG_AXI_SANDBOX=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_DM_BOOTCOUNT=y +CONFIG_DM_BOOTCOUNT_SYSCON=y CONFIG_DM_BOOTCOUNT_RTC=y CONFIG_DM_BOOTCOUNT_I2C_EEPROM=y CONFIG_BUTTON=y |