mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ARM: dts: rockchip: rk3506-evb1: Update rockchip-suspend node
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I9fb7eb37e3540aaa1ca3b1ba3e6792ef8655f53f
This commit is contained in:
committed by
Jianhong Chen
parent
d9e3721dae
commit
c98ecc8caa
@@ -5,6 +5,7 @@
|
||||
|
||||
#include <dt-bindings/display/drm_mipi_dsi.h>
|
||||
#include <dt-bindings/input/rk-input.h>
|
||||
#include <dt-bindings/suspend/rockchip-rk3506.h>
|
||||
|
||||
/ {
|
||||
model = "Rockchip RK3506 EVB1 V10 Board";
|
||||
@@ -717,6 +718,15 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rockchip_suspend {
|
||||
rockchip,apios-suspend = <
|
||||
(0
|
||||
| RKPM_PWREN_CORE_GPIO0A2 | RKPM_PWREN_CORE_ACT_LOW
|
||||
| RKPM_PWREN_SLEEP_GPIO0A0 | RKPM_PWREN_SLEEP_ACT_LOW
|
||||
)
|
||||
>;
|
||||
};
|
||||
|
||||
&sai1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&rm_io9_sai1_sclk
|
||||
|
||||
Reference in New Issue
Block a user