Skip to content

Commit

Permalink
ARM: dts: omap5-board-common: enable rtc and charging of backup battery
Browse files Browse the repository at this point in the history
tested on OMP5432 EVM

Cc: [email protected] # v4.4
Signed-off-by: H. Nikolaus Schaller <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
goldelico authored and tmlind committed Jan 15, 2016
1 parent af756bb commit c08659d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/omap5-board-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,14 @@
#clock-cells = <0>;
};

rtc {
compatible = "ti,palmas-rtc";
interrupt-parent = <&palmas>;
interrupts = <8 IRQ_TYPE_NONE>;
ti,backup-battery-chargeable;
ti,backup-battery-charge-high-current;
};

palmas_pmic {
compatible = "ti,palmas-pmic";
interrupt-parent = <&palmas>;
Expand Down

0 comments on commit c08659d

Please sign in to comment.