diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2018-09-05 14:27:10 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2018-09-05 18:11:45 +0300 |
commit | 13e57722fe7a96f23b09d3407f871f43aa3b096e (patch) | |
tree | edf980f4ae51b6c7745c15609e855b1635b6e190 /arch | |
parent | 1a5da02c15684bec4576cacbaace390911638e1f (diff) |
ARC: HSDK: Fix timer frequency value
CPU (and hence cpu timers) on HSDK board runs at 500MHz after
preloader so fix wrong CPU frequency value in hsdk.dts
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arc/dts/hsdk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/dts/hsdk.dts b/arch/arc/dts/hsdk.dts index e41e4ce84b..673bc5b26a 100644 --- a/arch/arc/dts/hsdk.dts +++ b/arch/arc/dts/hsdk.dts @@ -20,7 +20,7 @@ core_clk: core_clk { #clock-cells = <0>; compatible = "fixed-clock"; - clock-frequency = <1000000000>; + clock-frequency = <500000000>; u-boot,dm-pre-reloc; }; }; |