aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRobert Beckett <bob.beckett@collabora.com>2020-01-31 15:07:56 +0200
committerStefano Babic <sbabic@denx.de>2020-02-09 21:47:20 +0100
commit1d06dc6d16a94611d916bef79deeaf73a726487b (patch)
tree35536154de68896edf5b1d3907b3af43c10c0143 /arch
parent41613a7a58fd2e2745ea32c00325d7c0dff7cc8c (diff)
downloadu-boot-1d06dc6d16a94611d916bef79deeaf73a726487b.zip
u-boot-1d06dc6d16a94611d916bef79deeaf73a726487b.tar.gz
u-boot-1d06dc6d16a94611d916bef79deeaf73a726487b.tar.bz2
board: ge: mx53ppd: add i2c eeprom bootcount storage
Add bootcount node, linking to i2c eeprom "bootcount" partitions for storage. Enable i2c eeprom bootcount backend storage. Enable bootcount command and use it for failbootcmd. Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx53-ppd-uboot.dtsi7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/dts/imx53-ppd-uboot.dtsi b/arch/arm/dts/imx53-ppd-uboot.dtsi
index 8e45ee7..0f81947 100644
--- a/arch/arm/dts/imx53-ppd-uboot.dtsi
+++ b/arch/arm/dts/imx53-ppd-uboot.dtsi
@@ -9,6 +9,11 @@
compatible = "wdt-reboot";
wdt = <&wdog1>;
};
+
+ bootcount {
+ compatible = "u-boot,bootcount-i2c-eeprom";
+ i2c-eeprom = <&bootcount>;
+ };
};
&eeprom {
@@ -20,7 +25,7 @@
size = <1022>;
};
- bootcount {
+ bootcount: bootcount {
offset = <1022>;
size = <2>;
};