ARM64: dts: rk3399: enable rockchip-suspend for evb3

Change-Id: I1d1511965c2eb7c04a7f91f093e95f2eceeb4790
Signed-off-by: shengfei Xu <xsf@rock-chips.com>
This commit is contained in:
shengfei Xu
2017-02-06 15:45:12 +08:00
committed by Huang, Tao
parent 5aeb4ebab7
commit 4005deb0f5

View File

@@ -41,6 +41,7 @@
*/
#include "rk3399-evb.dtsi"
#include <dt-bindings/suspend/rockchip-rk3399.h>
/ {
compatible = "rockchip,rk3399-evb-rev3", "rockchip,rk3399";
@@ -65,6 +66,24 @@
regulator-always-on;
regulator-boot-on;
};
rockchip_suspend: rockchip-suspend {
compatible = "rockchip,pm-rk3399";
status = "okay";
rockchip,sleep-debug-en = <1>;
rockchip,wakeup-config = <
(0
| RKPM_GPIO_WKUP_EN
)
>;
rockchip,pwm-regulator-config = <
(0
| PWM2_REGULATOR_EN
)
>;
rockchip,power-ctrl =
<&gpio1 17 GPIO_ACTIVE_HIGH>;
};
};
&i2c0 {