mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 15:13:55 +08:00
ARM: tegra: nyan: Use external control for bq24735 charger
Nyan boards come with an embedded controller that controls when to enable and disable the charge. Thus, it should not be left up to the kernel to handle that. Using the ti,external-control property allows specifying this use-case. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
38333641b6
commit
5fc01a9909
@ -335,6 +335,7 @@
|
||||
ti,ac-detect-gpios = <&gpio
|
||||
TEGRA_GPIO(J, 0)
|
||||
GPIO_ACTIVE_HIGH>;
|
||||
ti,external-control;
|
||||
};
|
||||
|
||||
battery: sbs-battery@b {
|
||||
|
Loading…
Reference in New Issue
Block a user