diff options
-rw-r--r-- | arch/arm/boot/dts/rk3288-evb-act8846.dts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts index a76dd44adb53..9db02bbe4156 100644 --- a/arch/arm/boot/dts/rk3288-evb-act8846.dts +++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts | |||
@@ -17,7 +17,32 @@ | |||
17 | compatible = "rockchip,rk3288-evb-act8846", "rockchip,rk3288"; | 17 | compatible = "rockchip,rk3288-evb-act8846", "rockchip,rk3288"; |
18 | }; | 18 | }; |
19 | 19 | ||
20 | &cpu0 { | ||
21 | cpu0-supply = <&vdd_cpu>; | ||
22 | }; | ||
23 | |||
20 | &i2c0 { | 24 | &i2c0 { |
25 | vdd_cpu: syr827@40 { | ||
26 | compatible = "silergy,syr827"; | ||
27 | fcs,suspend-voltage-selector = <1>; | ||
28 | reg = <0x40>; | ||
29 | regulator-name = "vdd_cpu"; | ||
30 | regulator-min-microvolt = <850000>; | ||
31 | regulator-max-microvolt = <1350000>; | ||
32 | regulator-always-on; | ||
33 | regulator-boot-on; | ||
34 | }; | ||
35 | |||
36 | vdd_gpu: syr828@41 { | ||
37 | compatible = "silergy,syr828"; | ||
38 | fcs,suspend-voltage-selector = <1>; | ||
39 | reg = <0x41>; | ||
40 | regulator-name = "vdd_gpu"; | ||
41 | regulator-min-microvolt = <850000>; | ||
42 | regulator-max-microvolt = <1350000>; | ||
43 | regulator-always-on; | ||
44 | }; | ||
45 | |||
21 | hym8563@51 { | 46 | hym8563@51 { |
22 | compatible = "haoyu,hym8563"; | 47 | compatible = "haoyu,hym8563"; |
23 | reg = <0x51>; | 48 | reg = <0x51>; |