arm/dts: omap4-sdp: Add fixed regulator to represent VBAT
There are devices connected to VBAT. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
a4c383196e
commit
4814f2f7a9
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vbat: fixedregulator@2 {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "VBAT";
|
||||||
|
regulator-min-microvolt = <3750000>;
|
||||||
|
regulator-max-microvolt = <3750000>;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
debug0 {
|
debug0 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue