Philip Richard Oberfichtner
5b6ee512ce
bootcount: Add driver model I2C driver
...
This adds a generic I2C bootcounter adhering to driver model to replace
the previously removed legacy implementation.
There is no change in functionality, it can be used on any I2C device.
The device tree configuration may look like this for example:
bootcount {
compatible = "u-boot,bootcount-i2c";
i2cbcdev = <&i2c_rtc>;
offset = <0x11>;
};
Signed-off-by: Philip Richard Oberfichtner <pro@denx.de >
Reviewed-by: Heiko Schocher <hs@denx.de >
2023-10-31 09:09:04 +01:00
..
2023-10-18 10:02:49 +02:00
2023-10-23 13:07:23 -04:00
2023-06-01 12:32:03 -04:00
2023-09-24 09:54:57 -04:00
2023-10-24 15:55:17 +08:00
2023-10-31 09:09:04 +01:00
2023-02-10 12:50:01 -05:00
2023-05-06 17:28:18 +08:00
2023-10-24 09:39:52 -04:00
2023-10-17 20:50:52 -04:00
2023-09-14 10:42:24 -04:00
2023-09-14 10:42:24 -04:00
2023-08-09 09:21:42 -04:00
2023-10-13 10:49:07 +02:00
2023-10-13 14:01:42 -06:00
2023-05-02 14:23:58 -04:00
2023-09-24 09:54:57 -04:00
2023-10-24 17:05:24 -04:00
2023-10-09 10:25:32 +02:00
2023-06-09 13:52:40 -04:00
2023-10-22 23:40:57 +01:00
2023-09-14 10:42:24 -04:00
2023-10-31 09:08:51 +01:00
2023-10-11 10:35:24 -04:00
2023-01-27 14:47:58 -05:00
2023-07-25 12:44:46 -04:00
2023-10-13 14:01:42 -06:00
2023-10-27 21:02:08 -04:00
2023-10-22 23:41:52 +01:00
2023-10-24 15:55:16 +08:00
2023-03-02 17:45:58 -05:00
2023-10-22 23:40:56 +01:00
2023-10-10 16:19:29 -04:00
2023-07-17 17:23:14 +08:00
2023-10-08 09:58:55 -04:00
2023-10-18 09:45:48 +02:00
2023-10-22 23:41:52 +01:00
2023-10-24 17:05:24 -04:00
2023-08-03 09:40:49 -04:00
2023-01-20 12:27:24 -05:00
2023-10-22 23:41:52 +01:00
2023-01-11 11:54:50 -05:00
2023-09-24 09:54:57 -04:00
2023-10-16 09:09:54 -04:00
2023-10-13 11:30:42 +02:00
2023-07-25 12:44:46 -04:00
2023-10-24 15:55:17 +08:00
2023-10-24 17:05:24 -04:00
2023-10-15 12:23:48 +02:00
2023-10-13 14:01:42 -06:00
2023-10-27 12:49:52 -04:00
2023-03-30 15:09:59 -04:00
2023-10-17 20:50:52 -04:00
2023-04-28 11:30:17 -06:00
2023-09-04 17:26:44 +02:00
2023-10-04 18:23:54 +08:00
2023-10-27 13:08:25 +03:00
2023-09-09 10:13:24 -04:00
2023-10-17 20:50:52 -04:00
2023-10-23 11:39:33 -04:00
2023-08-09 23:31:11 +08:00
2023-10-19 07:51:12 +02:00
2023-04-25 15:31:28 -04:00
2023-10-15 12:23:48 +02:00
2023-10-22 23:41:52 +01:00