diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-05-28 11:48:55 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-08-20 09:49:20 +0200 |
commit | f692b479f02d9b2689b0686f1f6ff2f06c6ecc59 (patch) | |
tree | 1501c8e1fb5f34a4f7163fc059a6ba1a290bd4f2 /configs/sandbox_defconfig | |
parent | 2d06361a11e88e6ca5bbd11e3ed5717d7715bfe1 (diff) | |
download | u-boot-f692b479f02d9b2689b0686f1f6ff2f06c6ecc59.tar.gz |
i2c: eeprom: Use reg property instead of offset and size
Remove adhoc dt binding for fixed-partition definition for i2c eeprom.
fixed-partition are using reg property instead of offset/size pair.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-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 fe11128904..acd7093335 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -119,6 +119,7 @@ CONFIG_DM_BOOTCOUNT=y CONFIG_DM_BOOTCOUNT_RTC=y CONFIG_BUTTON=y CONFIG_BUTTON_GPIO=y +CONFIG_DM_BOOTCOUNT_I2C_EEPROM=y CONFIG_CLK=y CONFIG_CLK_COMPOSITE_CCF=y CONFIG_SANDBOX_CLK_CCF=y |