mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
ARM: tegra: nexus7: Remove monitored-battery property
The bq27541 Linux kernel driver will try to reprogram controller based on the values from monitored-battery node, but it fails to do so because controller was locked by manufacturer. Still this is a very undesirable behaviour, hence let's remove the optional battery node. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
7168137532
commit
4405d933b6
|
|
@ -927,7 +927,6 @@ fuel-gauge@55 {
|
|||
compatible = "ti,bq27541";
|
||||
reg = <0x55>;
|
||||
power-supplies = <&power_supply>;
|
||||
monitored-battery = <&battery_cell>;
|
||||
};
|
||||
|
||||
power_supply: charger@6a {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user