Skip to content

Commit

Permalink
board: nanopi-r6s: Add system-power-controller to pmic
Browse files Browse the repository at this point in the history
Without this, the board can't be powered off with the `poweroff` command.
Also affects NanoPi R6C.
  • Loading branch information
ColorfulRhino committed Jun 17, 2024
1 parent d2e40d6 commit 0813594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@
pinctrl-0 = <&pmic_pins>, <&rk806_dvs1_null>,
<&rk806_dvs2_null>, <&rk806_dvs3_null>;

system-power-controller;

vcc1-supply = <&vcc5v0_sys>;
vcc2-supply = <&vcc5v0_sys>;
vcc3-supply = <&vcc5v0_sys>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@
pinctrl-0 = <&pmic_pins>, <&rk806_dvs1_null>,
<&rk806_dvs2_null>, <&rk806_dvs3_null>;

system-power-controller;

vcc1-supply = <&vcc5v0_sys>;
vcc2-supply = <&vcc5v0_sys>;
vcc3-supply = <&vcc5v0_sys>;
Expand Down

0 comments on commit 0813594

Please sign in to comment.