]> git.baikalelectronics.ru Git - uboot.git/commit
i2c: eeprom: Use reg property instead of offset and size
authorMichal Simek <michal.simek@xilinx.com>
Thu, 28 May 2020 09:48:55 +0000 (11:48 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 20 Aug 2020 07:49:20 +0000 (09:49 +0200)
commitbbf9598bc24af8876ede0c7b00b56c33d9495ab9
tree1501c8e1fb5f34a4f7163fc059a6ba1a290bd4f2
parent19bc6c5cd42330a18dc505ec6d821847d156d019
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>
arch/arm/dts/imx53-ppd-uboot.dtsi
arch/arm/dts/imx6q-bx50v3-uboot.dtsi
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
drivers/misc/i2c_eeprom.c
test/dm/bootcount.c