diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2015-08-24 10:20:03 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-10-13 00:58:38 +0300 |
commit | 61085ee712901ac608c50521f44837a4ff54afdc (patch) | |
tree | 6c940f9dc790b1f8cbedb7fb2f39f6bc76cb4bf4 /arch/arm/boot/dts/dra72-evm.dts | |
parent | a9347bfa9b186615968d049ccbf856f95b2eeace (diff) | |
download | linux-61085ee712901ac608c50521f44837a4ff54afdc.tar.xz |
ARM: dts: dra72-evm: Add fixed regulator representing DVDD supply for aic3106
The DVDD is supplied via TPS77018DBVT fixed regulator from evm_3v3
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Darren Etheridge <detheridge@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra72-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts index 6f6bd98c98df..ac3a29483791 100644 --- a/arch/arm/boot/dts/dra72-evm.dts +++ b/arch/arm/boot/dts/dra72-evm.dts @@ -30,6 +30,15 @@ regulator-max-microvolt = <3300000>; }; + aic_dvdd: fixedregulator-aic_dvdd { + /* TPS77018DBVT */ + compatible = "regulator-fixed"; + regulator-name = "aic_dvdd"; + vin-supply = <&evm_3v3>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; + }; + evm_3v3_sd: fixedregulator-sd { compatible = "regulator-fixed"; regulator-name = "evm_3v3_sd"; |