diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-01 23:22:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-01 23:22:01 -0400 |
commit | cd9a0b6bd67ec372b0ef3cb2abe26974f888b956 (patch) | |
tree | ffec66aa48f95b2b764f9e84fbafc519cce5000e /arch/arm/boot | |
parent | ac5761a650d22dd7dfad4d417463a0981d2da0a4 (diff) | |
parent | 090ad104c5c59c7952d4b8d4cfb60559b38eb3e0 (diff) |
Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-soc
* 'next/pm' of git://git.linaro.org/people/arnd/arm-soc: (66 commits)
ARM: CSR: PM: use outer_resume to resume L2 cache
ARM: CSR: call l2x0_of_init to init L2 cache of SiRFprimaII
ARM: OMAP: voltage: voltage layer present, even when CONFIG_PM=n
ARM: CSR: PM: add sleep entry for SiRFprimaII
ARM: CSR: PM: save/restore irq status in suspend cycle
ARM: CSR: PM: save/restore timer status in suspend cycle
OMAP4: PM: TWL6030: add cmd register
OMAP4: PM: TWL6030: fix ON/RET/OFF voltages
OMAP4: PM: TWL6030: address 0V conversions
OMAP4: PM: TWL6030: fix uv to voltage for >0x39
OMAP4: PM: TWL6030: fix voltage conversion formula
omap: voltage: add a stub header file for external/regulator use
OMAP2+: VC: more registers are per-channel starting with OMAP5
OMAP3+: voltage: update nominal voltage in voltdm_scale() not VC post-scale
OMAP3+: voltage: rename omap_voltage_get_nom_volt -> voltdm_get_voltage
OMAP3+: voltdm: final removal of omap_vdd_info
OMAP3+: voltage: move/rename curr_volt from vdd_info into struct voltagedomain
OMAP3+: voltage: rename scale and reset functions using voltdm_ prefix
OMAP3+: VP: combine setting init voltage into common function
OMAP3+: VP: remove unused omap_vp_get_curr_volt()
...
Fix up trivial conflict in arch/arm/mach-prima2/l2x0.c (code removal vs
edit)
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/prima2-cb.dts | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/prima2-cb.dts b/arch/arm/boot/dts/prima2-cb.dts index 6fecc88065b2..34ae3a64ba25 100644 --- a/arch/arm/boot/dts/prima2-cb.dts +++ b/arch/arm/boot/dts/prima2-cb.dts | |||
@@ -39,9 +39,12 @@ | |||
39 | ranges = <0x40000000 0x40000000 0x80000000>; | 39 | ranges = <0x40000000 0x40000000 0x80000000>; |
40 | 40 | ||
41 | l2-cache-controller@80040000 { | 41 | l2-cache-controller@80040000 { |
42 | compatible = "arm,pl310-cache"; | 42 | compatible = "arm,pl310-cache", "sirf,prima2-pl310-cache"; |
43 | reg = <0x80040000 0x1000>; | 43 | reg = <0x80040000 0x1000>; |
44 | interrupts = <59>; | 44 | interrupts = <59>; |
45 | arm,tag-latency = <1 1 1>; | ||
46 | arm,data-latency = <1 1 1>; | ||
47 | arm,filter-ranges = <0 0x40000000>; | ||
45 | }; | 48 | }; |
46 | 49 | ||
47 | intc: interrupt-controller@80020000 { | 50 | intc: interrupt-controller@80020000 { |
@@ -67,6 +70,11 @@ | |||
67 | compatible = "sirf,prima2-rstc"; | 70 | compatible = "sirf,prima2-rstc"; |
68 | reg = <0x88010000 0x1000>; | 71 | reg = <0x88010000 0x1000>; |
69 | }; | 72 | }; |
73 | |||
74 | rsc-controller@88020000 { | ||
75 | compatible = "sirf,prima2-rsc"; | ||
76 | reg = <0x88020000 0x1000>; | ||
77 | }; | ||
70 | }; | 78 | }; |
71 | 79 | ||
72 | mem-iobg { | 80 | mem-iobg { |
@@ -274,7 +282,7 @@ | |||
274 | gpio: gpio-controller@b0120000 { | 282 | gpio: gpio-controller@b0120000 { |
275 | #gpio-cells = <2>; | 283 | #gpio-cells = <2>; |
276 | #interrupt-cells = <2>; | 284 | #interrupt-cells = <2>; |
277 | compatible = "sirf,prima2-gpio"; | 285 | compatible = "sirf,prima2-gpio-pinmux"; |
278 | reg = <0xb0120000 0x10000>; | 286 | reg = <0xb0120000 0x10000>; |
279 | gpio-controller; | 287 | gpio-controller; |
280 | interrupt-controller; | 288 | interrupt-controller; |
@@ -358,7 +366,7 @@ | |||
358 | }; | 366 | }; |
359 | 367 | ||
360 | rtc-iobg { | 368 | rtc-iobg { |
361 | compatible = "sirf,prima2-rtciobg", "simple-bus"; | 369 | compatible = "sirf,prima2-rtciobg", "sirf-prima2-rtciobg-bus"; |
362 | #address-cells = <1>; | 370 | #address-cells = <1>; |
363 | #size-cells = <1>; | 371 | #size-cells = <1>; |
364 | reg = <0x80030000 0x10000>; | 372 | reg = <0x80030000 0x10000>; |