arm64: dts: rk3368: add leakage-voltage-sel property for cpu opp table
authorFinley Xiao <finley.xiao@rock-chips.com>
Wed, 12 Apr 2017 08:13:10 +0000 (16:13 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 18 Apr 2017 08:04:28 +0000 (16:04 +0800)
Change-Id: I5f72c3cd59216723018a021b77081f9fbd630b0e
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3368.dtsi

index 7fb16c5e4ba3048cfd424aa85dde3938b7aae8b7..f3f3ba0ffe822a767b02b5175a7e29fd4f6556e3 100644 (file)
        cluster0_opp: opp_table0 {
                compatible = "operating-points-v2";
                opp-shared;
+               leakage-voltage-sel = <
+                       1   24   0
+                       25  254  1
+               >;
+               nvmem-cells = <&cpu_leakage>;
+               nvmem-cell-names = "cpu_leakage";
 
                opp@216000000 {
                        opp-hz = /bits/ 64 <216000000>;
        cluster1_opp: opp_table1 {
                compatible = "operating-points-v2";
                opp-shared;
+               leakage-voltage-sel = <
+                       1   24   0
+                       25  254  1
+               >;
+               nvmem-cells = <&cpu_leakage>;
+               nvmem-cell-names = "cpu_leakage";
 
                opp@216000000 {
                        opp-hz = /bits/ 64 <216000000>;