mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
qcom: timer: change timer load value type
changing timer load value to 64 bit data type Change-Id: I09a35980e5ac15fdfdae3896e7f04ef87b403894 Signed-off-by: Manoharan Vijaya Raghavan <mraghava@codeaurora.org>
This commit is contained in:
parent
7138d8ac1f
commit
df62dea585
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ static struct ipq_timer_platdata {
|
|||
unsigned int gcnt_cntcv_lo;
|
||||
unsigned int gcnt_cntcv_hi;
|
||||
unsigned int gpt_freq_hz;
|
||||
unsigned int timer_load_val;
|
||||
unsigned long long timer_load_val;
|
||||
} ipq_timer;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue