Skip to content

Commit

Permalink
pinctrl_rk8xx label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Dec 4, 2024
1 parent 42e31ee commit 01eeef8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,22 +375,22 @@
gpio-controller;
#gpio-cells = <0x02>;

rk817_slppin_null {
rk817_slppin_null: rk817_slppin_null {
pins = "gpio_slp";
function = "pin_fun0";
};

rk817_slppin_slp {
rk817_slppin_slp: rk817_slppin_slp {
pins = "gpio_slp";
function = "pin_fun1";
};

rk817_slppin_pwrdn {
rk817_slppin_pwrdn: rk817_slppin_pwrdn {
pins = "gpio_slp";
function = "pin_fun2";
};

rk817_slppin_rst {
rk817_slppin_rst: rk817_slppin_rst {
pins = "gpio_slp";
function = "pin_fun3";
};
Expand Down

0 comments on commit 01eeef8

Please sign in to comment.