diff mbox

[LEDE-DEV] imx6: Add ds1672 RTC to kernel for working hctosys (Gateworks)

Message ID 1477491003-30126-1-git-send-email-koen.vandeputte@ncentric.com
State Accepted
Headers show

Commit Message

Koen Vandeputte Oct. 26, 2016, 2:10 p.m. UTC
Fixes the same hctosys init issue as described in commit
5481ce9a1157a43d8b2c963e03fb243e70974361

The Gateworks Ventana family uses an emulated Dallas 1672
RTC device.

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
---
 target/linux/imx6/config-4.4 | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/target/linux/imx6/config-4.4 b/target/linux/imx6/config-4.4
index 6d251b8..890ed18 100644
--- a/target/linux/imx6/config-4.4
+++ b/target/linux/imx6/config-4.4
@@ -351,6 +351,7 @@  CONFIG_RFS_ACCEL=y
 CONFIG_RPS=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_DS1307=y
+CONFIG_RTC_DRV_DS1672=y
 # CONFIG_RTC_DRV_IMXDI is not set
 # CONFIG_RTC_DRV_MXC is not set
 CONFIG_RWSEM_SPIN_ON_OWNER=y