From f3f1b6c2922bd27267961892d1a323162f06844e Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 7 May 2017 19:58:48 +0300 Subject: [PATCH] raspberrypi(all): automatically load i2c modules at boot --- board/raspberrypi/overlay/etc/modules | 2 ++ board/raspberrypi2/overlay/etc/modules | 2 ++ board/raspberrypi3/overlay/etc/modules | 2 ++ 3 files changed, 6 insertions(+) diff --git a/board/raspberrypi/overlay/etc/modules b/board/raspberrypi/overlay/etc/modules index 2990e0b8e0..90ed5031ad 100644 --- a/board/raspberrypi/overlay/etc/modules +++ b/board/raspberrypi/overlay/etc/modules @@ -1,3 +1,5 @@ bcm2835-v4l2 max_video_width=2592 max_video_height=1944 bcm2835-wdt +i2c-bcm2708 +i2c-dev diff --git a/board/raspberrypi2/overlay/etc/modules b/board/raspberrypi2/overlay/etc/modules index 2990e0b8e0..90ed5031ad 100644 --- a/board/raspberrypi2/overlay/etc/modules +++ b/board/raspberrypi2/overlay/etc/modules @@ -1,3 +1,5 @@ bcm2835-v4l2 max_video_width=2592 max_video_height=1944 bcm2835-wdt +i2c-bcm2708 +i2c-dev diff --git a/board/raspberrypi3/overlay/etc/modules b/board/raspberrypi3/overlay/etc/modules index 2990e0b8e0..90ed5031ad 100644 --- a/board/raspberrypi3/overlay/etc/modules +++ b/board/raspberrypi3/overlay/etc/modules @@ -1,3 +1,5 @@ bcm2835-v4l2 max_video_width=2592 max_video_height=1944 bcm2835-wdt +i2c-bcm2708 +i2c-dev