diff options
author | Balaji T K <balajitk@ti.com> | 2014-02-19 09:56:40 -0500 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-03-04 11:44:52 -0500 |
commit | cd042fe5c1f67a7b60e027802a0784b95c4dee6f (patch) | |
tree | ccc2eab7e336fefd3d70cd0bd31e2b545c552376 /arch/arm/boot/dts/omap5.dtsi | |
parent | e99448ff1f738412bbfec595b5e682c1f0a50279 (diff) |
ARM: dts: add pbias dt node
Add pbias regulator node as a child of system control
module - syscon.
Signed-off-by: Balaji T K <balajitk@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Florian Vaussard <florian.vaussard@epfl.ch>
Tested-by: Stefan Roese <sr@denx.de>
Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'arch/arm/boot/dts/omap5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index a72813a9663e..1f328ad9476f 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -192,6 +192,22 @@ | |||
192 | pinctrl-single,function-mask = <0x7fff>; | 192 | pinctrl-single,function-mask = <0x7fff>; |
193 | }; | 193 | }; |
194 | 194 | ||
195 | omap5_padconf_global: tisyscon@4a002da0 { | ||
196 | compatible = "syscon"; | ||
197 | reg = <0x4A002da0 0xec>; | ||
198 | }; | ||
199 | |||
200 | pbias_regulator: pbias_regulator { | ||
201 | compatible = "ti,pbias-omap"; | ||
202 | reg = <0x60 0x4>; | ||
203 | syscon = <&omap5_padconf_global>; | ||
204 | pbias_mmc_reg: pbias_mmc_omap5 { | ||
205 | regulator-name = "pbias_mmc_omap5"; | ||
206 | regulator-min-microvolt = <1800000>; | ||
207 | regulator-max-microvolt = <3000000>; | ||
208 | }; | ||
209 | }; | ||
210 | |||
195 | sdma: dma-controller@4a056000 { | 211 | sdma: dma-controller@4a056000 { |
196 | compatible = "ti,omap4430-sdma"; | 212 | compatible = "ti,omap4430-sdma"; |
197 | reg = <0x4a056000 0x1000>; | 213 | reg = <0x4a056000 0x1000>; |
@@ -471,6 +487,7 @@ | |||
471 | ti,needs-special-reset; | 487 | ti,needs-special-reset; |
472 | dmas = <&sdma 61>, <&sdma 62>; | 488 | dmas = <&sdma 61>, <&sdma 62>; |
473 | dma-names = "tx", "rx"; | 489 | dma-names = "tx", "rx"; |
490 | pbias-supply = <&pbias_mmc_reg>; | ||
474 | }; | 491 | }; |
475 | 492 | ||
476 | mmc2: mmc@480b4000 { | 493 | mmc2: mmc@480b4000 { |