From 0776b86c6629b7294ff61e67609f2d4e10e9712c Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Sun, 25 Oct 2015 23:44:32 +1100 Subject: [PATCH] rpi-base.inc: add i2c-rtc overlay The update of the kernel in 10a5bace87c19e50014f838031e8f3db334b45b7 to 3.18.16 missed the separate rtc overlays being replaced by the i2c-rtc overlay. Signed-off-by: Jonathan Liu --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 8caa5ba..e097702 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -27,6 +27,7 @@ KERNEL_DEVICETREE ?= " \ overlays/hifiberry-dac-overlay.dtb \ overlays/hifiberry-dacplus-overlay.dtb \ overlays/hifiberry-digi-overlay.dtb \ + overlays/i2c-rtc-overlay.dtb \ overlays/iqaudio-dac-overlay.dtb \ overlays/iqaudio-dacplus-overlay.dtb \ overlays/lirc-rpi-overlay.dtb \