diff options
author | Bruno Thomsen <bruno.thomsen@gmail.com> | 2021-01-11 16:15:37 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-18 14:30:11 +0800 |
commit | eb363edace688898956b99e48daa8d7e05cee795 (patch) | |
tree | 59bfba7f0445d1cd363a9025599de8a3898b3f44 /arch/arm | |
parent | 5a22747b76ca2384057d8e783265404439d31d7f (diff) | |
download | linux-eb363edace688898956b99e48daa8d7e05cee795.tar.gz linux-eb363edace688898956b99e48daa8d7e05cee795.tar.bz2 linux-eb363edace688898956b99e48daa8d7e05cee795.zip |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx7d-flex-concentrator.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-flex-concentrator.dts b/arch/arm/boot/dts/imx7d-flex-concentrator.dts index 84b095279e65..bd6b5285aa8d 100644 --- a/arch/arm/boot/dts/imx7d-flex-concentrator.dts +++ b/arch/arm/boot/dts/imx7d-flex-concentrator.dts @@ -115,6 +115,7 @@ compatible = "nxp,pcf2127"; reg = <0>; spi-max-frequency = <2000000>; + reset-source; }; }; |