]> git.sur5r.net Git - u-boot/commitdiff
rockchip: defconfig: puma-rk3399: enable RTC
authorKlaus Goger <klaus.goger@theobroma-systems.com>
Fri, 13 Apr 2018 08:54:28 +0000 (10:54 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 25 Apr 2018 16:25:21 +0000 (18:25 +0200)
commit: 52280315a4 ("rtc: rewrite isl1208 to support DM") enables us to
use the on-module RTC emulation with the rk3399 device model i2c driver.

Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
configs/puma-rk3399_defconfig

index 4324a82e7664db477668b9bf8ab9f27cce8f93dc..b80aaaa9a768114a8e55c50132b8b2b7e0206492 100644 (file)
@@ -80,6 +80,8 @@ CONFIG_REGULATOR_RK8XX=y
 CONFIG_PWM_ROCKCHIP=y
 CONFIG_RAM=y
 CONFIG_SPL_RAM=y
+CONFIG_DM_RTC=y
+CONFIG_RTC_ISL1208=y
 CONFIG_DEBUG_UART_BASE=0xFF180000
 CONFIG_DEBUG_UART_CLOCK=24000000
 CONFIG_DEBUG_UART_SHIFT=2