eeprom/at25: parse partitions from device tree
Unlike at24 (I2C), the at25 (spi) EEPROM driver doesn't check if the
device tree node contains partition definitions.  This means that one
for example cannot have bootstate partitions on an at25 EEPROM, while it
works on an at24 EEPROM.

This patch adds device tree based partition support to the at25 driver.

Signed-off-by: Harald Welte <laforge@gnumonks.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 66770e6 commit a29f5e9d50aa5c5c61a5b17188a799740545ded8
@Harald Welte Harald Welte authored on 17 Feb 2016
Sascha Hauer committed on 18 Feb 2016
Showing 1 changed file
View
drivers/eeprom/at25.c