Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53225f63 authored by Marcin Niestroj's avatar Marcin Niestroj Committed by Tony Lindgren
Browse files

ARM: dts: am335x-chiliboard: Support charger



chiliBoard has a battery connector, so support charging battery
through tps65217 chip.

Additionally, enabling tps65217 charger allows us to get status
of AC power.

Signed-off-by: default avatarMarcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 41f0e067
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -190,6 +190,12 @@
	interrupt-parent = <&intc>;
	interrupts = <7>; /* NNMI */

	charger {
		interrupts = <0>, <1>;
		interrupt-names = "USB", "AC";
		status = "okay";
	};

	pwrbutton {
		interrupts = <2>;
		status = "okay";