diff options
| author | Kever Yang <[email protected]> | 2019-07-09 22:00:32 +0800 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2019-07-20 23:59:44 +0800 |
| commit | 08b902dc39959b577446416b98672cb7548973fc (patch) | |
| tree | 96f9d13172bcefe0fa76dc5b8a8035486567203c /arch | |
| parent | 192445b39c0e852f7f2c054c935bbe02f7a8ea22 (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/rk3368-lion-u-boot.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3368-lion-u-boot.dtsi b/arch/arm/dts/rk3368-lion-u-boot.dtsi index fb4a4fb59ca..edc93e438f9 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"; }; }; |
