diff options
author | Andreas Faerber <afaerber@suse.de> | 2014-07-29 18:51:51 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-29 18:51:51 -0400 |
commit | 10bc0450f09116d47e0374104868286de1066d6e (patch) | |
tree | 4ee99bceb137fe5a551792e8e1697976b2e31a67 /arch/arm/boot/dts/exynos5250-cros-common.dtsi | |
parent | 22ead0d7024c7aa477118c83d865e773a05ef25d (diff) |
ARM: dts: max77686 is exynos5250-snow only
Move it from exynos5250-cros-common.dtsi to exynos5250-snow.dts.
Spring does not need it, it uses an s5m8767 instead.
Signed-off-by: Andreas Faerber <afaerber@suse.de>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-cros-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-cros-common.dtsi | 151 |
1 files changed, 0 insertions, 151 deletions
diff --git a/arch/arm/boot/dts/exynos5250-cros-common.dtsi b/arch/arm/boot/dts/exynos5250-cros-common.dtsi index 89ac90f59e2e..61128d10b83c 100644 --- a/arch/arm/boot/dts/exynos5250-cros-common.dtsi +++ b/arch/arm/boot/dts/exynos5250-cros-common.dtsi | |||
@@ -27,163 +27,12 @@ | |||
27 | i2c2_bus: i2c2-bus { | 27 | i2c2_bus: i2c2-bus { |
28 | samsung,pin-pud = <0>; | 28 | samsung,pin-pud = <0>; |
29 | }; | 29 | }; |
30 | |||
31 | max77686_irq: max77686-irq { | ||
32 | samsung,pins = "gpx3-2"; | ||
33 | samsung,pin-function = <0>; | ||
34 | samsung,pin-pud = <0>; | ||
35 | samsung,pin-drv = <0>; | ||
36 | }; | ||
37 | }; | 30 | }; |
38 | 31 | ||
39 | i2c@12C60000 { | 32 | i2c@12C60000 { |
40 | status = "okay"; | 33 | status = "okay"; |
41 | samsung,i2c-sda-delay = <100>; | 34 | samsung,i2c-sda-delay = <100>; |
42 | samsung,i2c-max-bus-freq = <378000>; | 35 | samsung,i2c-max-bus-freq = <378000>; |
43 | |||
44 | max77686@09 { | ||
45 | compatible = "maxim,max77686"; | ||
46 | interrupt-parent = <&gpx3>; | ||
47 | interrupts = <2 0>; | ||
48 | pinctrl-names = "default"; | ||
49 | pinctrl-0 = <&max77686_irq>; | ||
50 | wakeup-source; | ||
51 | reg = <0x09>; | ||
52 | #clock-cells = <1>; | ||
53 | |||
54 | voltage-regulators { | ||
55 | ldo1_reg: LDO1 { | ||
56 | regulator-name = "P1.0V_LDO_OUT1"; | ||
57 | regulator-min-microvolt = <1000000>; | ||
58 | regulator-max-microvolt = <1000000>; | ||
59 | regulator-always-on; | ||
60 | }; | ||
61 | |||
62 | ldo2_reg: LDO2 { | ||
63 | regulator-name = "P1.8V_LDO_OUT2"; | ||
64 | regulator-min-microvolt = <1800000>; | ||
65 | regulator-max-microvolt = <1800000>; | ||
66 | regulator-always-on; | ||
67 | }; | ||
68 | |||
69 | ldo3_reg: LDO3 { | ||
70 | regulator-name = "P1.8V_LDO_OUT3"; | ||
71 | regulator-min-microvolt = <1800000>; | ||
72 | regulator-max-microvolt = <1800000>; | ||
73 | regulator-always-on; | ||
74 | }; | ||
75 | |||
76 | ldo7_reg: LDO7 { | ||
77 | regulator-name = "P1.1V_LDO_OUT7"; | ||
78 | regulator-min-microvolt = <1100000>; | ||
79 | regulator-max-microvolt = <1100000>; | ||
80 | regulator-always-on; | ||
81 | }; | ||
82 | |||
83 | ldo8_reg: LDO8 { | ||
84 | regulator-name = "P1.0V_LDO_OUT8"; | ||
85 | regulator-min-microvolt = <1000000>; | ||
86 | regulator-max-microvolt = <1000000>; | ||
87 | regulator-always-on; | ||
88 | }; | ||
89 | |||
90 | ldo10_reg: LDO10 { | ||
91 | regulator-name = "P1.8V_LDO_OUT10"; | ||
92 | regulator-min-microvolt = <1800000>; | ||
93 | regulator-max-microvolt = <1800000>; | ||
94 | regulator-always-on; | ||
95 | }; | ||
96 | |||
97 | ldo12_reg: LDO12 { | ||
98 | regulator-name = "P3.0V_LDO_OUT12"; | ||
99 | regulator-min-microvolt = <3000000>; | ||
100 | regulator-max-microvolt = <3000000>; | ||
101 | regulator-always-on; | ||
102 | }; | ||
103 | |||
104 | ldo14_reg: LDO14 { | ||
105 | regulator-name = "P1.8V_LDO_OUT14"; | ||
106 | regulator-min-microvolt = <1800000>; | ||
107 | regulator-max-microvolt = <1800000>; | ||
108 | regulator-always-on; | ||
109 | }; | ||
110 | |||
111 | ldo15_reg: LDO15 { | ||
112 | regulator-name = "P1.0V_LDO_OUT15"; | ||
113 | regulator-min-microvolt = <1000000>; | ||
114 | regulator-max-microvolt = <1000000>; | ||
115 | regulator-always-on; | ||
116 | }; | ||
117 | |||
118 | ldo16_reg: LDO16 { | ||
119 | regulator-name = "P1.8V_LDO_OUT16"; | ||
120 | regulator-min-microvolt = <1800000>; | ||
121 | regulator-max-microvolt = <1800000>; | ||
122 | regulator-always-on; | ||
123 | }; | ||
124 | |||
125 | buck1_reg: BUCK1 { | ||
126 | regulator-name = "vdd_mif"; | ||
127 | regulator-min-microvolt = <950000>; | ||
128 | regulator-max-microvolt = <1300000>; | ||
129 | regulator-always-on; | ||
130 | regulator-boot-on; | ||
131 | }; | ||
132 | |||
133 | buck2_reg: BUCK2 { | ||
134 | regulator-name = "vdd_arm"; | ||
135 | regulator-min-microvolt = <850000>; | ||
136 | regulator-max-microvolt = <1350000>; | ||
137 | regulator-always-on; | ||
138 | regulator-boot-on; | ||
139 | }; | ||
140 | |||
141 | buck3_reg: BUCK3 { | ||
142 | regulator-name = "vdd_int"; | ||
143 | regulator-min-microvolt = <900000>; | ||
144 | regulator-max-microvolt = <1200000>; | ||
145 | regulator-always-on; | ||
146 | regulator-boot-on; | ||
147 | }; | ||
148 | |||
149 | buck4_reg: BUCK4 { | ||
150 | regulator-name = "vdd_g3d"; | ||
151 | regulator-min-microvolt = <850000>; | ||
152 | regulator-max-microvolt = <1300000>; | ||
153 | regulator-always-on; | ||
154 | regulator-boot-on; | ||
155 | }; | ||
156 | |||
157 | buck5_reg: BUCK5 { | ||
158 | regulator-name = "P1.8V_BUCK_OUT5"; | ||
159 | regulator-min-microvolt = <1800000>; | ||
160 | regulator-max-microvolt = <1800000>; | ||
161 | regulator-always-on; | ||
162 | regulator-boot-on; | ||
163 | }; | ||
164 | |||
165 | buck6_reg: BUCK6 { | ||
166 | regulator-name = "P1.35V_BUCK_OUT6"; | ||
167 | regulator-min-microvolt = <1350000>; | ||
168 | regulator-max-microvolt = <1350000>; | ||
169 | regulator-always-on; | ||
170 | }; | ||
171 | |||
172 | buck7_reg: BUCK7 { | ||
173 | regulator-name = "P2.0V_BUCK_OUT7"; | ||
174 | regulator-min-microvolt = <2000000>; | ||
175 | regulator-max-microvolt = <2000000>; | ||
176 | regulator-always-on; | ||
177 | }; | ||
178 | |||
179 | buck8_reg: BUCK8 { | ||
180 | regulator-name = "P2.85V_BUCK_OUT8"; | ||
181 | regulator-min-microvolt = <2850000>; | ||
182 | regulator-max-microvolt = <2850000>; | ||
183 | regulator-always-on; | ||
184 | }; | ||
185 | }; | ||
186 | }; | ||
187 | }; | 36 | }; |
188 | 37 | ||
189 | i2c@12C70000 { | 38 | i2c@12C70000 { |