diff mbox

[2/2] ARM: dts: tps65910 backup battery regulator

Message ID 1387378208-26841-2-git-send-email-mpa@pengutronix.de (mailing list archive)
State New, archived
Headers show

Commit Message

Markus Pargmann Dec. 18, 2013, 2:50 p.m. UTC
This patch adds a devicetree node for the backup battery regulator.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 arch/arm/boot/dts/tps65910.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Mark Brown Dec. 18, 2013, 4:25 p.m. UTC | #1
On Wed, Dec 18, 2013 at 03:50:08PM +0100, Markus Pargmann wrote:
> This patch adds a devicetree node for the backup battery regulator.

Your previous patch missed an update to the binding documentation for
the regulator driver.
Markus Pargmann Dec. 19, 2013, 8:25 a.m. UTC | #2
On Wed, Dec 18, 2013 at 04:25:46PM +0000, Mark Brown wrote:
> On Wed, Dec 18, 2013 at 03:50:08PM +0100, Markus Pargmann wrote:
> > This patch adds a devicetree node for the backup battery regulator.
> 
> Your previous patch missed an update to the binding documentation for
> the regulator driver.

Right, thank you, I added vbb to the tps65910 mfd binding documentation.

Regards,

Markus
diff mbox

Patch

diff --git a/arch/arm/boot/dts/tps65910.dtsi b/arch/arm/boot/dts/tps65910.dtsi
index 92693a8..b0ac665 100644
--- a/arch/arm/boot/dts/tps65910.dtsi
+++ b/arch/arm/boot/dts/tps65910.dtsi
@@ -82,5 +82,10 @@ 
 			reg = <12>;
 			regulator-compatible = "vmmc";
 		};
+
+		vbb_reg: regulator@13 {
+			reg = <13>;
+			regulator-compatible = "vbb";
+		};
 	};
 };