diff mbox series

[U-Boot,12/12] rockchip: evb-px5: switch to use ARM generic timer

Message ID 20190709140033.18773-13-kever.yang@rock-chips.com
State Accepted
Commit 1dea50fb22cf51226ccdef6c94eb5355635c902d
Delegated to: Kever Yang
Headers show
Series rockchip: switch to use ARM arch/generic timer | expand

Commit Message

Kever Yang July 9, 2019, 2 p.m. UTC
Default to use ARM generic timer in ARM64, switch from
rk timer to generic timer.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/dts/rk3368-px5-evb-u-boot.dtsi | 1 -
 configs/evb-px5_defconfig               | 4 ----
 2 files changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/rk3368-px5-evb-u-boot.dtsi b/arch/arm/dts/rk3368-px5-evb-u-boot.dtsi
index f5406d4c7e..002767a033 100644
--- a/arch/arm/dts/rk3368-px5-evb-u-boot.dtsi
+++ b/arch/arm/dts/rk3368-px5-evb-u-boot.dtsi
@@ -5,7 +5,6 @@ 
 / {
 	chosen {
 		u-boot,spl-boot-order = &emmc;
-		tick-timer = "/timer@ff810000";
 	};
 };
 
diff --git a/configs/evb-px5_defconfig b/configs/evb-px5_defconfig
index 9afba9b873..a2b72c765d 100644
--- a/configs/evb-px5_defconfig
+++ b/configs/evb-px5_defconfig
@@ -67,10 +67,6 @@  CONFIG_DM_RESET=y
 CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_DEBUG_UART_SKIP_INIT=y
 CONFIG_SYSRESET=y
-CONFIG_TIMER=y
-CONFIG_SPL_TIMER=y
-CONFIG_TPL_TIMER=y
-CONFIG_ROCKCHIP_TIMER=y
 CONFIG_USE_TINY_PRINTF=y
 CONFIG_PANIC_HANG=y
 CONFIG_SPL_TINY_MEMSET=y