mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-30 18:51:30 +00:00
40 lines
1,017 B
Diff
40 lines
1,017 B
Diff
From 3324e039f4c508583f3c80f0fbe3b374c6d9ae61 Mon Sep 17 00:00:00 2001
|
|
From: Willy Tarreau <w@1wt.eu>
|
|
Date: Tue, 2 Aug 2016 08:20:53 +0200
|
|
Subject: ARM: dts: rockchip: add support for 1800 MHz operation on MiQi board
|
|
|
|
This board happily supports 1800 MHz operations (and even more), so
|
|
let's enable it.
|
|
|
|
Signed-off-by: Willy Tarreau <w@1wt.eu>
|
|
(cherry picked from commit a0b82a29e7873a81f49ac5f50be3df1c7d312a14)
|
|
---
|
|
arch/arm/boot/dts/rk3288-miqi.dts | 12 ++++++++++++
|
|
1 file changed, 12 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/rk3288-miqi.dts b/arch/arm/boot/dts/rk3288-miqi.dts
|
|
index ef702db..6af2c07 100644
|
|
--- a/arch/arm/boot/dts/rk3288-miqi.dts
|
|
+++ b/arch/arm/boot/dts/rk3288-miqi.dts
|
|
@@ -125,6 +125,18 @@
|
|
|
|
&cpu0 {
|
|
cpu0-supply = <&vdd_cpu>;
|
|
+ operating-points = <
|
|
+ /* KHz uV */
|
|
+ 1800000 1400000
|
|
+ 1704000 1350000
|
|
+ 1608000 1300000
|
|
+ 1512000 1250000
|
|
+ 1416000 1200000
|
|
+ 1200000 1100000
|
|
+ 1008000 1050000
|
|
+ 816000 1000000
|
|
+ 600000 900000
|
|
+ >;
|
|
};
|
|
|
|
&emmc {
|
|
--
|
|
2.8.0.rc2.1.gbe9624a
|
|
|