Skip to content

Commit

Permalink
soc_slppin pinctrl label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Nov 18, 2024
1 parent 289ea24 commit f446db8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -734,15 +734,15 @@
<0 RK_PA3 RK_FUNC_GPIO &pcfg_pull_up>;
};

soc_slppin_gpio {
soc_slppin_gpio: soc_slppin_gpio {
rockchip,pins = <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low>;
};

soc_slppin_slp {
soc_slppin_slp: soc_slppin_slp {
rockchip,pins = <0 RK_PA2 0x01 &pcfg_pull_none>;
};

soc_slppin_rst {
soc_slppin_rst: soc_slppin_rst {
rockchip,pins = <0 RK_PA2 0x02 &pcfg_pull_none>;
};
};
Expand Down

0 comments on commit f446db8

Please sign in to comment.