ARM: dts: rockchip: rk3506{g-demo-display-control,b-test2-v10}: Add "pmic-reset" for rk801

Reset pmic and output NPOR signal 5ms when system reboot.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I8c59ed22342617cf555e54c3fb43821203aae70c
This commit is contained in:
Joseph Chen
2025-07-22 10:52:37 +08:00
committed by Tao Huang
parent e5a4867edf
commit 3664a5d88f
3 changed files with 10 additions and 1 deletions

View File

@@ -20,8 +20,9 @@
interrupts = <RK_PC2 IRQ_TYPE_LEVEL_LOW>;
pwrctrl-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-names = "default", "pmic-reset";
pinctrl-0 = <&pmic_int>;
pinctrl-1 = <&soc_pwrctrl_reset>;
rockchip,system-power-controller;
wakeup-source;

View File

@@ -632,6 +632,10 @@
pmic_int: pmic-int {
rockchip,pins = <0 RK_PA2 RK_FUNC_GPIO &pcfg_pull_up>;
};
soc_pwrctrl_reset: soc-pwrctrl-reset {
rockchip,pins = <0 RK_PC1 RK_FUNC_GPIO &pcfg_output_high>;
};
};
sdcard {

View File

@@ -526,6 +526,10 @@
pmic_int: pmic-int {
rockchip,pins = <0 RK_PC2 RK_FUNC_GPIO &pcfg_pull_up>;
};
soc_pwrctrl_reset: soc-pwrctrl-reset {
rockchip,pins = <0 RK_PC1 RK_FUNC_GPIO &pcfg_output_high>;
};
};
psensor {