projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9347bf
)
ARM: dts: dra72-evm: Add fixed regulator representing DVDD supply for aic3106
author
Peter Ujfalusi
<
[email protected]
>
Mon, 24 Aug 2015 07:20:03 +0000
(10:20 +0300)
committer
Tony Lindgren
<
[email protected]
>
Mon, 12 Oct 2015 21:58:38 +0000
(14:58 -0700)
The DVDD is supplied via TPS77018DBVT fixed regulator from evm_3v3
Signed-off-by: Peter Ujfalusi <
[email protected]
>
Signed-off-by: Darren Etheridge <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/boot/dts/dra72-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/dra72-evm.dts
b/arch/arm/boot/dts/dra72-evm.dts
index 6f6bd98c98dff2502ca3bb02b869e8d4ba79d950..ac3a29483791c67867491c66f72fe2fc331386ee 100644
(file)
--- 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";