ARM: dts: rockchip: rk3506-rk801: Add pwrctrl-gpios and vcc_3v3 state mem

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I575a3eaff34e52de4828d80137c87ac6087f5f0e
This commit is contained in:
Joseph Chen
2024-10-15 14:30:51 +08:00
parent c8b3b90ca8
commit 7db526d176

View File

@@ -18,6 +18,8 @@
reg = <0x27>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PC2 IRQ_TYPE_LEVEL_LOW>;
pwrctrl-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&pmic_int>;
rockchip,system-power-controller;
@@ -111,6 +113,9 @@
regulator-name = "vcc_3v3";
regulator-boot-on;
regulator-always-on;
regulator-state-mem {
regulator-on-in-suspend;
};
};
};
};