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>
This commit is contained in:
parent
90ad4cc203
commit
3c6b4f46b4
|
@ -673,6 +673,7 @@
|
|||
bq27200: bq27200@55 {
|
||||
compatible = "ti,bq27200";
|
||||
reg = <0x55>;
|
||||
power-supplies = <&bq24150a>;
|
||||
};
|
||||
|
||||
/* Stereo headphone amplifier */
|
||||
|
|
Loading…
Reference in New Issue