aboutsummaryrefslogtreecommitdiff
path: root/configs/T2080RDB_defconfig
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-03-03 14:09:45 +1300
committerPriyanka Jain <priyanka.jain@nxp.com>2021-03-23 18:06:07 +0530
commit805c525b082bc24616960527a6d640e6a923141a (patch)
tree3b3bc704608d33328f6d79822b51ac1db1e49a06 /configs/T2080RDB_defconfig
parentf65774e1f6a0f48bcb52eb3581675e478365f2fa (diff)
downloadu-boot-805c525b082bc24616960527a6d640e6a923141a.zip
u-boot-805c525b082bc24616960527a6d640e6a923141a.tar.gz
u-boot-805c525b082bc24616960527a6d640e6a923141a.tar.bz2
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_defconfig')
-rw-r--r--configs/T2080RDB_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/T2080RDB_defconfig b/configs/T2080RDB_defconfig
index d20de34..9dd01bb 100644
--- a/configs/T2080RDB_defconfig
+++ b/configs/T2080RDB_defconfig
@@ -61,6 +61,8 @@ CONFIG_DM_PCI=y
CONFIG_DM_PCI_COMPAT=y
CONFIG_PCIE_FSL=y
CONFIG_SYS_QE_FMAN_FW_IN_NOR=y
+CONFIG_DM_RTC=y
+CONFIG_RTC_DS1307=y
CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_DM_SPI=y