ARM: dts: rockchip: rv1106: add rockchip-suspend node
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com> Change-Id: I6d3fd27d60973f0569abedcee3b8488ab9ac3513
This commit is contained in:
committed by
Tao Huang
parent
34a34249b3
commit
e0db73deaa
@@ -9,6 +9,7 @@
|
||||
#include <dt-bindings/pinctrl/rockchip.h>
|
||||
#include <dt-bindings/soc/rockchip,boot-mode.h>
|
||||
#include <dt-bindings/soc/rockchip-system-status.h>
|
||||
#include <dt-bindings/suspend/rockchip-rv1106.h>
|
||||
#include <dt-bindings/thermal/thermal.h>
|
||||
|
||||
/ {
|
||||
@@ -328,6 +329,55 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rockchip_suspend: rockchip-suspend {
|
||||
compatible = "rockchip,pm-config";
|
||||
status = "okay";
|
||||
rockchip,sleep-io-config = <
|
||||
(0
|
||||
| RKPM_IO_CFG_IOMUX_GPIO
|
||||
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
||||
| RKPM_IO_CFG_PULL_DOWN
|
||||
| RKPM_IO_CFG_ID(0)
|
||||
)
|
||||
(0
|
||||
| RKPM_IO_CFG_IOMUX_GPIO
|
||||
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
||||
| RKPM_IO_CFG_PULL_DOWN
|
||||
| RKPM_IO_CFG_ID(1)
|
||||
)
|
||||
(0
|
||||
| RKPM_IO_CFG_IOMUX_GPIO
|
||||
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
||||
| RKPM_IO_CFG_PULL_DOWN
|
||||
| RKPM_IO_CFG_ID(2)
|
||||
)
|
||||
(0
|
||||
| RKPM_IO_CFG_IOMUX_GPIO
|
||||
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
||||
| RKPM_IO_CFG_PULL_UP
|
||||
| RKPM_IO_CFG_ID(3)
|
||||
)
|
||||
(0
|
||||
| RKPM_IO_CFG_IOMUX_GPIO
|
||||
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
||||
| RKPM_IO_CFG_PULL_UP
|
||||
| RKPM_IO_CFG_ID(4)
|
||||
)
|
||||
(0
|
||||
| RKPM_IO_CFG_IOMUX_GPIO
|
||||
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
||||
| RKPM_IO_CFG_PULL_NONE
|
||||
| RKPM_IO_CFG_ID(5)
|
||||
)
|
||||
(0
|
||||
| RKPM_IO_CFG_IOMUX_GPIO
|
||||
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
||||
| RKPM_IO_CFG_PULL_NONE
|
||||
| RKPM_IO_CFG_ID(6)
|
||||
)
|
||||
>;
|
||||
};
|
||||
|
||||
rockchip_system_monitor: rockchip-system-monitor {
|
||||
compatible = "rockchip,system-monitor";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user