diff options
author | Rajendra Nayak <rnayak@ti.com> | 2012-02-08 15:50:12 -0800 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-03-12 23:42:22 +0100 |
commit | ecc7b060a76d2b454be79abe2c6b934dee850413 (patch) | |
tree | 018cf52b3914cdff2b04bf899c4e5c918ef4638c /arch/arm/boot/dts/omap3-beagle.dts | |
parent | e7c64db9f50d6523e20bc5b8f042645612e37b74 (diff) | |
download | blackbird-obmc-linux-ecc7b060a76d2b454be79abe2c6b934dee850413.tar.gz blackbird-obmc-linux-ecc7b060a76d2b454be79abe2c6b934dee850413.zip |
arm/dts: twl: Pass regulator data from dt
Pass all the voltage regulator information for
twl6030/twl4030 PMIC from device tree.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-beagle.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index 714ba5d506ce..54556b19c97d 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts @@ -26,6 +26,12 @@ reg = <0x48>; interrupts = <7>; /* SYS_NIRQ cascaded to intc */ interrupt-parent = <&intc>; + + vsim: regulator@10 { + compatible = "ti,twl4030-vsim"; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <3000000>; + }; }; }; |