From 3c6b4f46b414a1d0cf9122effc2fad444554d507 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Thu, 22 Feb 2018 21:06:33 +0100 Subject: [PATCH] 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 Signed-off-by: Sebastian Reichel --- arch/arm/boot/dts/omap3-n900.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index ab93058..182a539 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 */ -- 2.7.4