diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-02-22 21:06:33 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2018-03-12 14:34:51 +0100 |
commit | 3c6b4f46b414a1d0cf9122effc2fad444554d507 (patch) | |
tree | 71c08c23e42f2765afad2f34096c1c1e375a1bb5 | |
parent | 90ad4cc203c025788ccaf70dc1e57fbf43702c4d (diff) | |
download | linux-stable-3c6b4f46b414a1d0cf9122effc2fad444554d507.tar.gz linux-stable-3c6b4f46b414a1d0cf9122effc2fad444554d507.tar.bz2 linux-stable-3c6b4f46b414a1d0cf9122effc2fad444554d507.zip |
ARM: dts: omap3-n900: Add link between battery and charger
This adds information, that the battery is charged by the charger.
The Linux kernel uses this information to refresh battery information
when the power-supply changes.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index ab930581fc7a..182a53991c90 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -673,6 +673,7 @@ bq27200: bq27200@55 { compatible = "ti,bq27200"; reg = <0x55>; + power-supplies = <&bq24150a>; }; /* Stereo headphone amplifier */ |