From 08b902dc39959b577446416b98672cb7548973fc Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Tue, 9 Jul 2019 22:00:32 +0800 Subject: rockchip: rk3368-lion: switch to use ARM generic timer Default to use ARM generic timer in ARM64, switch from rk timer to generic timer. Signed-off-by: Kever Yang --- arch/arm/dts/rk3368-lion-u-boot.dtsi | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/dts/rk3368-lion-u-boot.dtsi') diff --git a/arch/arm/dts/rk3368-lion-u-boot.dtsi b/arch/arm/dts/rk3368-lion-u-boot.dtsi index fb4a4fb59c..edc93e438f 100644 --- a/arch/arm/dts/rk3368-lion-u-boot.dtsi +++ b/arch/arm/dts/rk3368-lion-u-boot.dtsi @@ -12,7 +12,6 @@ chosen { stdout-path = "serial0:115200n8"; u-boot,spl-boot-order = &emmc, &sdmmc; - tick-timer = "/timer@ff810000"; }; }; -- cgit