mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user