Skip to content

Commit

Permalink
ARM: dts: imx7d-flex-concentrator: fix pcf2127 reset
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bruno Thomsen authored and Shawn Guo committed Jan 18, 2021
1 parent 5a22747 commit eb363ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/imx7d-flex-concentrator.dts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
compatible = "nxp,pcf2127";
reg = <0>;
spi-max-frequency = <2000000>;
reset-source;
};
};

Expand Down

0 comments on commit eb363ed

Please sign in to comment.