summaryrefslogtreecommitdiff
path: root/configs/T2080RDB_SPIFLASH_defconfig
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-03-03 04:09:45 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2021-03-23 15:36:07 +0300
commit805c525b082bc24616960527a6d640e6a923141a (patch)
tree3b3bc704608d33328f6d79822b51ac1db1e49a06 /configs/T2080RDB_SPIFLASH_defconfig
parentf65774e1f6a0f48bcb52eb3581675e478365f2fa (diff)
downloadu-boot-805c525b082bc24616960527a6d640e6a923141a.tar.xz
powerpc: t2080rdb: Enable RTC support
The T2080RDB has a ds1339 on i2c0. Add this to the devicetree and enable the relevant support in the configs. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/T2080RDB_SPIFLASH_defconfig')
-rw-r--r--configs/T2080RDB_SPIFLASH_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/T2080RDB_SPIFLASH_defconfig b/configs/T2080RDB_SPIFLASH_defconfig
index c820c2bf5a..6f7b083bc6 100644
--- a/configs/T2080RDB_SPIFLASH_defconfig
+++ b/configs/T2080RDB_SPIFLASH_defconfig
@@ -76,6 +76,8 @@ CONFIG_DM_PCI=y
CONFIG_DM_PCI_COMPAT=y
CONFIG_PCIE_FSL=y
CONFIG_SYS_QE_FMAN_FW_IN_SPIFLASH=y
+CONFIG_DM_RTC=y
+CONFIG_RTC_DS1307=y
CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_DM_SPI=y