Message ID | 1387378208-26841-2-git-send-email-mpa@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.
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 --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"; + }; }; };
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(+)