diff options
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 19155bb84835..6f3de22fb266 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -198,6 +198,22 @@ | |||
198 | pinctrl-single,function-mask = <0x7fff>; | 198 | pinctrl-single,function-mask = <0x7fff>; |
199 | }; | 199 | }; |
200 | 200 | ||
201 | omap5_padconf_global: tisyscon@4a002da0 { | ||
202 | compatible = "syscon"; | ||
203 | reg = <0x4A002da0 0xec>; | ||
204 | }; | ||
205 | |||
206 | pbias_regulator: pbias_regulator { | ||
207 | compatible = "ti,pbias-omap"; | ||
208 | reg = <0x60 0x4>; | ||
209 | syscon = <&omap5_padconf_global>; | ||
210 | pbias_mmc_reg: pbias_mmc_omap5 { | ||
211 | regulator-name = "pbias_mmc_omap5"; | ||
212 | regulator-min-microvolt = <1800000>; | ||
213 | regulator-max-microvolt = <3000000>; | ||
214 | }; | ||
215 | }; | ||
216 | |||
201 | sdma: dma-controller@4a056000 { | 217 | sdma: dma-controller@4a056000 { |
202 | compatible = "ti,omap4430-sdma"; | 218 | compatible = "ti,omap4430-sdma"; |
203 | reg = <0x4a056000 0x1000>; | 219 | reg = <0x4a056000 0x1000>; |
@@ -480,6 +496,7 @@ | |||
480 | ti,needs-special-reset; | 496 | ti,needs-special-reset; |
481 | dmas = <&sdma 61>, <&sdma 62>; | 497 | dmas = <&sdma 61>, <&sdma 62>; |
482 | dma-names = "tx", "rx"; | 498 | dma-names = "tx", "rx"; |
499 | pbias-supply = <&pbias_mmc_reg>; | ||
483 | }; | 500 | }; |
484 | 501 | ||
485 | mmc2: mmc@480b4000 { | 502 | mmc2: mmc@480b4000 { |