summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3399-box-rev2.dts
diff options
context:
space:
mode:
authorZhangbin Tong <zebulun.tong@rock-chips.com>2017-02-08 15:04:48 +0800
committerHuang, Tao <huangtao@rock-chips.com>2017-02-10 15:27:58 +0800
commit63814bda5782f417cfc560f2d313c32948d24044 (patch)
treefe0302865a2a2513706523bc5d05bab134d3aea9 /arch/arm64/boot/dts/rockchip/rk3399-box-rev2.dts
parent06451e93ab59e5b1843c29cbb468a274f4919563 (diff)
ARM64: dts: rk3399: enable rockchip-suspend for box
Change-Id: Ibfaee3b898dc77673b806e6a46570320918b9a5e Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-box-rev2.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-box-rev2.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-box-rev2.dts b/arch/arm64/boot/dts/rockchip/rk3399-box-rev2.dts
index ce8843ffaf7e..b8e0f821183d 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-box-rev2.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-box-rev2.dts
@@ -131,3 +131,9 @@
vsel-gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>;
fcs,suspend-voltage-selector = <0>;
};
+
+&rockchip_suspend {
+ rockchip,power-ctrl =
+ <&gpio1 18 GPIO_ACTIVE_LOW>,
+ <&gpio1 14 GPIO_ACTIVE_HIGH>;
+};