diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-02-22 15:06:33 -0500 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2018-03-12 09:34:51 -0400 |
commit | 3c6b4f46b414a1d0cf9122effc2fad444554d507 (patch) | |
tree | 71c08c23e42f2765afad2f34096c1c1e375a1bb5 | |
parent | 90ad4cc203c025788ccaf70dc1e57fbf43702c4d (diff) |
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 @@ | |||
673 | bq27200: bq27200@55 { | 673 | bq27200: bq27200@55 { |
674 | compatible = "ti,bq27200"; | 674 | compatible = "ti,bq27200"; |
675 | reg = <0x55>; | 675 | reg = <0x55>; |
676 | power-supplies = <&bq24150a>; | ||
676 | }; | 677 | }; |
677 | 678 | ||
678 | /* Stereo headphone amplifier */ | 679 | /* Stereo headphone amplifier */ |