Re: [PATCH u-boot-marvell 1/9] rtc: ds1307: Add bindings for microchip,mcp7940x

2022-02-15 Thread Stefan Roese
On 2/14/22 11:34, Pali Rohár wrote: Compatible string microchip,mcp7940x is used by Turris Mox DTS file in Linux kernel and U-Boot ds1307.c driver works fine with it. Signed-off-by: Pali Rohár Reviewed-by: Stefan Roese Thanks, Stefan --- drivers/rtc/ds1307.c | 1 + 1 file changed, 1 in

[PATCH u-boot-marvell 1/9] rtc: ds1307: Add bindings for microchip, mcp7940x

2022-02-14 Thread Pali Rohár
Compatible string microchip,mcp7940x is used by Turris Mox DTS file in Linux kernel and U-Boot ds1307.c driver works fine with it. Signed-off-by: Pali Rohár --- drivers/rtc/ds1307.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/rtc/ds1307.c b/drivers/rtc/ds1307.c index 1963565c5ee5