[U-Boot] [PATCH] ARC: HSDK: Fix timer frequency value
Eugeniy Paltsev
Eugeniy.Paltsev at synopsys.com
Wed Sep 5 11:27:10 UTC 2018
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 at synopsys.com>
---
arch/arc/dts/hsdk.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
};
};
--
2.14.4
More information about the U-Boot
mailing list