diff mbox series

[U-Boot,v1] rockchip: defconfig: puma-rk3399: enable RTC

Message ID 20180413085428.887-1-klaus.goger@theobroma-systems.com
State Accepted
Commit 82a8e6c614ce50fc8313d1f8637f1552e1559c90
Delegated to: Philipp Tomsich
Headers show
Series [U-Boot,v1] rockchip: defconfig: puma-rk3399: enable RTC | expand

Commit Message

Klaus Goger April 13, 2018, 8:54 a.m. UTC
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>

---

 configs/puma-rk3399_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Philipp Tomsich April 25, 2018, 10:04 a.m. UTC | #1
> 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>
> ---
> 
>  configs/puma-rk3399_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich April 25, 2018, 10:04 a.m. UTC | #2
> 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>
> ---
> 
>  configs/puma-rk3399_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich April 26, 2018, 7:05 a.m. UTC | #3
> 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 | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied to u-boot-rockchip, thanks!
diff mbox series

Patch

diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
index 4324a82e76..b80aaaa9a7 100644
--- a/configs/puma-rk3399_defconfig
+++ b/configs/puma-rk3399_defconfig
@@ -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