Commit 5fc01a99 authored by Paul Kocialkowski's avatar Paul Kocialkowski Committed by Thierry Reding

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: default avatarPaul Kocialkowski <contact@paulk.fr>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 38333641
......@@ -335,6 +335,7 @@ charger: bq24735@9 {
ti,ac-detect-gpios = <&gpio
TEGRA_GPIO(J, 0)
GPIO_ACTIVE_HIGH>;
ti,external-control;
};
battery: sbs-battery@b {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment