commit | e46dd46f7b03da826e024c675f4b895ae1038f7a | [log] [tgz] |
---|---|---|
author | Chris Smart <chris@distroguy.com> | Tue Nov 01 16:21:26 2016 +1100 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 01 19:25:24 2016 +0000 |
tree | 9120424063e4afb19a22057bd6aa05cdc019555c | |
parent | 3eb62de202ea977ed9f2b1629fe2def5ad288a06 [diff] |
meta-obmc-machines: Add RTC_DRV_RV8803 to Witherspoon and Romulus kernel Witherspoon and Romulus contain an Epson RX8900CE RTC which is supported by the RV8803 kernel driver. This patch enables it now that the RTC is enabled in the respective device trees. See this commit for Witherspoon: 6c628de9d450b ARM: dts: witherspoon: add Epson RX8900CE RTC module And this commit for Romulus: c5682cbc3542a arm: dts: Add Romulus BMC machine Change-Id: I336a6a19c455d2e20084e7fd92c29404ccd5851c Signed-off-by: Chris Smart <chris@distroguy.com>
diff --git a/meta-ibm/meta-romulus/recipes-kernel/linux/linux-obmc/romulus.cfg b/meta-ibm/meta-romulus/recipes-kernel/linux/linux-obmc/romulus.cfg index 01fb1c1..2a20c7e 100644 --- a/meta-ibm/meta-romulus/recipes-kernel/linux/linux-obmc/romulus.cfg +++ b/meta-ibm/meta-romulus/recipes-kernel/linux/linux-obmc/romulus.cfg
@@ -1,3 +1,4 @@ CONFIG_HWMON=y CONFIG_SENSORS_TMP421=y CONFIG_SENSORS_MAX31785=y +CONFIG_RTC_DRV_RV8803=y
diff --git a/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-obmc/witherspoon.cfg b/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-obmc/witherspoon.cfg index 45e7a1c..886137e 100644 --- a/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-obmc/witherspoon.cfg +++ b/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-obmc/witherspoon.cfg
@@ -2,3 +2,4 @@ CONFIG_SENSORS_TMP421=y CONFIG_SENSORS_MAX31785=y CONFIG_SENSORS_UCD9000=y +CONFIG_RTC_DRV_RV8803=y