Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0c7807c authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: dts: socfpga: enable watchdog timer on Arria5 and Arria10



Enable the watchdog for Arria5 and Arria10.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent a7f9dac3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -154,3 +154,7 @@
&usb0 {
	status = "okay";
};

&watchdog0 {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -42,3 +42,7 @@
		};
	};
};

&watchdog0 {
	status = "okay";
};