
28 Nov
2019
28 Nov
'19
2:15 p.m.
Hi Fabio,
On 28/11/2019 13.49, Fabio Estevam wrote:
Hi Claudius,
On Thu, Nov 28, 2019 at 9:07 AM Claudius Heine ch@denx.de wrote:
Signed-off-by: Claudius Heine ch@denx.de
arch/arm/dts/imx6qdl-dhcom-pdk2.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/imx6qdl-dhcom-pdk2.dtsi b/arch/arm/dts/imx6qdl-dhcom-pdk2.dtsi index af4719aaeb..572bcbf8f0 100644 --- a/arch/arm/dts/imx6qdl-dhcom-pdk2.dtsi +++ b/arch/arm/dts/imx6qdl-dhcom-pdk2.dtsi @@ -30,6 +30,11 @@ mux-int-port = <1>; mux-ext-port = <3>; };
wdt-reboot {
compatible = "wdt-reboot";
wdt = <&wdog1>;
};
};
Could you use the the same way that Linux handles the imx2_wdt?
That is the sysreset device node, not the imx2_wdt one. (I will move that into a '*-u-boot.dtsi' in v2)
Or am I misunderstanding you?