.. | .. |
---|
156 | 156 | assigned-clock-parents = <&clock CLK_MAU_EPLL>; |
---|
157 | 157 | }; |
---|
158 | 158 | |
---|
| 159 | +/* |
---|
| 160 | + * Peach Pi board uses SoC revision with lower maximum frequency for A7 cores |
---|
| 161 | + * (1.3 GHz instead of 1.4 GHz) than Odroid XU3/XU4 boards. Thus we need to |
---|
| 162 | + * update A7 OPPs table accordingly. |
---|
| 163 | + */ |
---|
| 164 | +&cluster_a7_opp_table { |
---|
| 165 | + /delete-node/opp-1400000000; |
---|
| 166 | +}; |
---|
| 167 | + |
---|
159 | 168 | &cpu0 { |
---|
160 | 169 | cpu-supply = <&buck2_reg>; |
---|
161 | 170 | }; |
---|
.. | .. |
---|
257 | 266 | regulator-always-on; |
---|
258 | 267 | regulator-boot-on; |
---|
259 | 268 | regulator-ramp-delay = <12500>; |
---|
| 269 | + regulator-coupled-with = <&buck3_reg>; |
---|
| 270 | + regulator-coupled-max-spread = <300000>; |
---|
260 | 271 | regulator-state-mem { |
---|
261 | 272 | regulator-off-in-suspend; |
---|
262 | 273 | }; |
---|
.. | .. |
---|
269 | 280 | regulator-always-on; |
---|
270 | 281 | regulator-boot-on; |
---|
271 | 282 | regulator-ramp-delay = <12500>; |
---|
| 283 | + regulator-coupled-with = <&buck2_reg>; |
---|
| 284 | + regulator-coupled-max-spread = <300000>; |
---|
272 | 285 | regulator-state-mem { |
---|
273 | 286 | regulator-off-in-suspend; |
---|
274 | 287 | }; |
---|
.. | .. |
---|
1034 | 1047 | status = "okay"; |
---|
1035 | 1048 | }; |
---|
1036 | 1049 | |
---|
| 1050 | +&timer { |
---|
| 1051 | + arm,cpu-registers-not-fw-configured; |
---|
| 1052 | +}; |
---|
| 1053 | + |
---|
1037 | 1054 | &tmu_cpu0 { |
---|
1038 | 1055 | vtmu-supply = <&ldo10_reg>; |
---|
1039 | 1056 | }; |
---|