diff options
author | Andrii.Tseglytskyi <andrii.tseglytskyi@ti.com> | 2014-06-05 21:11:12 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-07-08 04:12:59 -0400 |
commit | 07b9b3d9e429728c89586a54a2ed715b2a7b0edf (patch) | |
tree | dcb4fa1a7d37824093c9d9c83cb6a7668dc48128 | |
parent | cb4ab22f722b6d550a078747390a26570fb0e208 (diff) |
ARM: dts: OMAP5: Add device nodes for ABB
Add ABB device nodes for OMAP5 family of devices. Data is based on
final production OMAP543x Technical Reference Manual revision Z (April 2013).
Final production Data Manual for OMAP5432 SWPS050F(APRIL 2014).
[nm@ti.com: co-developer and updates to latest documentation]
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Andrii.Tseglytskyi <andrii.tseglytskyi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index a4ed54988866..8eee6fbef7ad 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -985,6 +985,66 @@ | |||
985 | dma-names = "audio_tx"; | 985 | dma-names = "audio_tx"; |
986 | }; | 986 | }; |
987 | }; | 987 | }; |
988 | |||
989 | abb_mpu: regulator-abb-mpu { | ||
990 | compatible = "ti,abb-v2"; | ||
991 | regulator-name = "abb_mpu"; | ||
992 | #address-cells = <0>; | ||
993 | #size-cells = <0>; | ||
994 | clocks = <&sys_clkin>; | ||
995 | ti,settling-time = <50>; | ||
996 | ti,clock-cycles = <16>; | ||
997 | |||
998 | reg = <0x4ae07cdc 0x8>, <0x4ae06014 0x4>, | ||
999 | <0x4a0021c4 0x8>, <0x4ae0c318 0x4>; | ||
1000 | reg-names = "base-address", "int-address", | ||
1001 | "efuse-address", "ldo-address"; | ||
1002 | ti,tranxdone-status-mask = <0x80>; | ||
1003 | /* LDOVBBMPU_MUX_CTRL */ | ||
1004 | ti,ldovbb-override-mask = <0x400>; | ||
1005 | /* LDOVBBMPU_VSET_OUT */ | ||
1006 | ti,ldovbb-vset-mask = <0x1F>; | ||
1007 | |||
1008 | /* | ||
1009 | * NOTE: only FBB mode used but actual vset will | ||
1010 | * determine final biasing | ||
1011 | */ | ||
1012 | ti,abb_info = < | ||
1013 | /*uV ABB efuse rbb_m fbb_m vset_m*/ | ||
1014 | 1060000 0 0x0 0 0x02000000 0x01F00000 | ||
1015 | 1250000 0 0x4 0 0x02000000 0x01F00000 | ||
1016 | >; | ||
1017 | }; | ||
1018 | |||
1019 | abb_mm: regulator-abb-mm { | ||
1020 | compatible = "ti,abb-v2"; | ||
1021 | regulator-name = "abb_mm"; | ||
1022 | #address-cells = <0>; | ||
1023 | #size-cells = <0>; | ||
1024 | clocks = <&sys_clkin>; | ||
1025 | ti,settling-time = <50>; | ||
1026 | ti,clock-cycles = <16>; | ||
1027 | |||
1028 | reg = <0x4ae07ce4 0x8>, <0x4ae06010 0x4>, | ||
1029 | <0x4a0021a4 0x8>, <0x4ae0c314 0x4>; | ||
1030 | reg-names = "base-address", "int-address", | ||
1031 | "efuse-address", "ldo-address"; | ||
1032 | ti,tranxdone-status-mask = <0x80000000>; | ||
1033 | /* LDOVBBMM_MUX_CTRL */ | ||
1034 | ti,ldovbb-override-mask = <0x400>; | ||
1035 | /* LDOVBBMM_VSET_OUT */ | ||
1036 | ti,ldovbb-vset-mask = <0x1F>; | ||
1037 | |||
1038 | /* | ||
1039 | * NOTE: only FBB mode used but actual vset will | ||
1040 | * determine final biasing | ||
1041 | */ | ||
1042 | ti,abb_info = < | ||
1043 | /*uV ABB efuse rbb_m fbb_m vset_m*/ | ||
1044 | 1025000 0 0x0 0 0x02000000 0x01F00000 | ||
1045 | 1120000 0 0x4 0 0x02000000 0x01F00000 | ||
1046 | >; | ||
1047 | }; | ||
988 | }; | 1048 | }; |
989 | }; | 1049 | }; |
990 | 1050 | ||