summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2015-07-04 10:35:37 +0800
committerAndy Green <andy.green@linaro.org>2015-07-05 09:25:41 +0800
commit99ac3efc7486a5e3e3f37b3d80722ae5b0339441 (patch)
tree177129591780ddbc02446d13fcb2722c7ee0e480
parent0b3a0a3de6f24b5ed189ef565650b84129b6cc35 (diff)
clk hi6220 HACK force fixed clocks to 1.1904GHz in dtsihikey-hdmi-test-2015-07-05-1hikey-hdmi
Bootloader should rewrite these to actual setting. When it does, remove this patch. Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm64/boot/dts/hi6220.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/hi6220.dtsi b/arch/arm64/boot/dts/hi6220.dtsi
index 57ae382d9c72..3db46359d524 100644
--- a/arch/arm64/boot/dts/hi6220.dtsi
+++ b/arch/arm64/boot/dts/hi6220.dtsi
@@ -160,9 +160,9 @@
reg = <0 0x1000>;
#clock-cells = <1>;
/* any entries here override hardcoded clk rates */
- clock-frequency = <1200000000>,
- <1200000000>,
- <1200000000>;
+ clock-frequency = <1190400000>,
+ <1190400000>,
+ <1190400000>;
clock-names = "syspll",
"media_syspll",
"ddr_sel_src";