mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: config the pmic_sleep internal pull up/down for rk3566 eink boards
Signed-off-by: Zorro Liu <lyx@rock-chips.com> Change-Id: I7c9c31babd2ec700d522836eeadbe2e4ce6cc819
This commit is contained in:
@@ -893,12 +893,12 @@
|
||||
|
||||
soc_slppin_gpio: soc_slppin_gpio {
|
||||
rockchip,pins =
|
||||
<0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low>;
|
||||
<0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low_pull_down>;
|
||||
};
|
||||
|
||||
soc_slppin_slp: soc_slppin_slp {
|
||||
rockchip,pins =
|
||||
<0 RK_PA2 1 &pcfg_pull_none>;
|
||||
<0 RK_PA2 1 &pcfg_pull_up>;
|
||||
};
|
||||
|
||||
soc_slppin_rst: soc_slppin_rst {
|
||||
|
||||
@@ -759,12 +759,12 @@
|
||||
|
||||
soc_slppin_gpio: soc_slppin_gpio {
|
||||
rockchip,pins =
|
||||
<0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low>;
|
||||
<0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low_pull_down>;
|
||||
};
|
||||
|
||||
soc_slppin_slp: soc_slppin_slp {
|
||||
rockchip,pins =
|
||||
<0 RK_PA2 1 &pcfg_pull_none>;
|
||||
<0 RK_PA2 1 &pcfg_pull_up>;
|
||||
};
|
||||
|
||||
soc_slppin_rst: soc_slppin_rst {
|
||||
|
||||
Reference in New Issue
Block a user