Skip to content

Commit eb363ed

Browse files
baxenoShawn Guo
authored andcommitted
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: 71ac134 ("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>
1 parent 5a22747 commit eb363ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/imx7d-flex-concentrator.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
compatible = "nxp,pcf2127";
116116
reg = <0>;
117117
spi-max-frequency = <2000000>;
118+
reset-source;
118119
};
119120
};
120121

0 commit comments

Comments
 (0)