projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a5da02
)
ARC: HSDK: Fix timer frequency value
author
Eugeniy Paltsev
<Eugeniy.Paltsev@synopsys.com>
Wed, 5 Sep 2018 11:27:10 +0000
(14:27 +0300)
committer
Alexey Brodkin
<abrodkin@synopsys.com>
Wed, 5 Sep 2018 15:11:45 +0000
(18:11 +0300)
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>
arch/arc/dts/hsdk.dts
patch
|
blob
|
history
diff --git
a/arch/arc/dts/hsdk.dts
b/arch/arc/dts/hsdk.dts
index e41e4ce84bce54b6b93c4f1b3b0ac0fd90fc83f1..673bc5b26ae36ceb63c44e840033fd6bf286521b 100644
(file)
--- 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 = <
10
00000000>;
+ clock-frequency = <
5
00000000>;
u-boot,dm-pre-reloc;
};
};