Skip to content

Commit

Permalink
use fast charging on split
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Oct 19, 2024
1 parent 405d7fd commit f37e9d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions boards/shields/lintilla/lintilla_kscan.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@
};
};

// For bigger batteries, we want to enable faster charging
&gpio0 {
fastbatcharge: fast-battery-charge {
gpio-hog;
gpios = <13 GPIO_ACTIVE_HIGH>;
output-low;
line-name = "Fast Battery Charge";
};
};

// vim: expandtab softtabstop=4 shiftwidth=4

0 comments on commit f37e9d6

Please sign in to comment.