diff options
author | Rajendra Nayak <rnayak@ti.com> | 2012-02-09 00:50:12 +0100 |
---|---|---|
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 | arm/dts: omap4-sdp: Add ks8851 ethernet SPI device (diff) | |
download | linux-ecc7b060a76d2b454be79abe2c6b934dee850413.tar.xz 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>; + }; }; }; |