mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 12:29:08 +01:00
Merge "ipq6018: fixing timer frequency"
This commit is contained in:
commit
75a7bbc8fa
2 changed files with 5 additions and 1 deletions
|
|
@ -150,4 +150,8 @@
|
|||
qcom,emulation = <1>;
|
||||
};
|
||||
|
||||
timer {
|
||||
gpt_freq_hz = <240000>;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
timer {
|
||||
gcnt_cntcv_lo = <0x4a2000>;
|
||||
gcnt_cntcv_hi = <0x4a2004>;
|
||||
gpt_freq_hz = <240000>;
|
||||
gpt_freq_hz = <24000000>;
|
||||
timer_load_val = <0x00FFFFFF 0xFFFFFFFF>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue