From d94ea478dffe238bcccab98b8b1bea3f583ab103 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 5 Jun 2016 13:29:08 +0300 Subject: [PATCH] raspberrypi: explicitly load the watchdog module --- board/raspberrypi/overlay/etc/modules | 1 + board/raspberrypi2/overlay/etc/modules | 1 + board/raspberrypi3/overlay/etc/modules | 2 ++ 3 files changed, 4 insertions(+) diff --git a/board/raspberrypi/overlay/etc/modules b/board/raspberrypi/overlay/etc/modules index a92cab331b..2990e0b8e0 100644 --- a/board/raspberrypi/overlay/etc/modules +++ b/board/raspberrypi/overlay/etc/modules @@ -1,2 +1,3 @@ bcm2835-v4l2 max_video_width=2592 max_video_height=1944 +bcm2835-wdt diff --git a/board/raspberrypi2/overlay/etc/modules b/board/raspberrypi2/overlay/etc/modules index a92cab331b..2990e0b8e0 100644 --- a/board/raspberrypi2/overlay/etc/modules +++ b/board/raspberrypi2/overlay/etc/modules @@ -1,2 +1,3 @@ bcm2835-v4l2 max_video_width=2592 max_video_height=1944 +bcm2835-wdt diff --git a/board/raspberrypi3/overlay/etc/modules b/board/raspberrypi3/overlay/etc/modules index 43ab608d2f..2990e0b8e0 100644 --- a/board/raspberrypi3/overlay/etc/modules +++ b/board/raspberrypi3/overlay/etc/modules @@ -1 +1,3 @@ bcm2835-v4l2 max_video_width=2592 max_video_height=1944 +bcm2835-wdt +