2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 18:53:52 +08:00

ARM: dts: tps65910 backup battery regulator

This patch adds a devicetree node for the backup battery regulator.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Markus Pargmann 2014-01-16 17:08:23 +01:00 committed by Tony Lindgren
parent 38dbfb59d1
commit 3a6ae3c52e

View File

@ -82,5 +82,10 @@
reg = <12>;
regulator-compatible = "vmmc";
};
vbb_reg: regulator@13 {
reg = <13>;
regulator-compatible = "vbb";
};
};
};