Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: Fix backup-battery charging in devicetree file.
Browse files Browse the repository at this point in the history
Fix attribute names.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
H. Nikolaus Schaller authored and Tony Lindgren committed Jan 26, 2015
1 parent 1f43c45 commit 55f0f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/omap3-gta04.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@
};

&charger {
bb_uvolt = <3200000>;
bb_uamp = <150>;
ti,bb-uvolt = <3200000>;
ti,bb-uamp = <150>;
};

/* spare */
Expand Down

0 comments on commit 55f0f0e

Please sign in to comment.