From e7e092be197c51b4d222a3b4e6638318067b7e6a Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 2 Aug 2016 08:20:53 +0200 Subject: [PATCH 07/28] 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 (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 0e383595..80603a3d 100644 --- a/arch/arm/boot/dts/rk3288-miqi.dts +++ b/arch/arm/boot/dts/rk3288-miqi.dts @@ -126,6 +126,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.11.0