summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-ibm
diff options
context:
space:
mode:
authorChris Smart <chris@distroguy.com>2016-11-01 16:21:26 +1100
committerPatrick Williams <patrick@stwcx.xyz>2016-11-01 19:25:24 +0000
commitc453265da6cb16cd3b9dbbb0c93db464df158a4f (patch)
treed742a8a36e948a63eb16d30a114479c7201bbd5a /meta-openbmc-machines/meta-openpower/meta-ibm
parent913e81dbf0910f931497fc5b93fedf9fa39f12fc (diff)
downloadtalos-openbmc-c453265da6cb16cd3b9dbbb0c93db464df158a4f.tar.gz
talos-openbmc-c453265da6cb16cd3b9dbbb0c93db464df158a4f.zip
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>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-kernel/linux/linux-obmc/romulus.cfg1
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-obmc/witherspoon.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-kernel/linux/linux-obmc/romulus.cfg b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-kernel/linux/linux-obmc/romulus.cfg
index 01fb1c10c..2a20c7eaf 100644
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-kernel/linux/linux-obmc/romulus.cfg
+++ b/meta-openbmc-machines/meta-openpower/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-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-obmc/witherspoon.cfg b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-obmc/witherspoon.cfg
index 45e7a1c0a..886137ecb 100644
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-obmc/witherspoon.cfg
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-obmc/witherspoon.cfg
@@ -2,3 +2,4 @@ CONFIG_HWMON=y
CONFIG_SENSORS_TMP421=y
CONFIG_SENSORS_MAX31785=y
CONFIG_SENSORS_UCD9000=y
+CONFIG_RTC_DRV_RV8803=y
OpenPOWER on IntegriCloud