Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx7d-flex-concentrator: fix pcf2127 reset

RTC pcf2127 device driver has changed default behaviour of the watchdog
feature in v5.11-rc1. Now you need to explicitly enable it with a
device tree property, "reset-source", when used in the board design.

Fixes: 71ac13457d9d ("rtc: pcf2127: only use watchdog when explicitly available")
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Cc: Bruno Thomsen <bth@kamstrup.com>
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Bruno Thomsen and committed by
Shawn Guo
eb363eda 5a22747b

+1
+1
arch/arm/boot/dts/imx7d-flex-concentrator.dts
··· 115 115 compatible = "nxp,pcf2127"; 116 116 reg = <0>; 117 117 spi-max-frequency = <2000000>; 118 + reset-source; 118 119 }; 119 120 }; 120 121