aboutsummaryrefslogtreecommitdiff
path: root/hw/omap.h
diff options
context:
space:
mode:
authorJuha Riihimäki <juha.riihimaki@nokia.com>2011-12-20 08:11:34 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-01-04 13:41:42 +0000
commitb9f7bc40ed2a8746fa90d86459ab81ef55fd3de8 (patch)
treec93ae50e262a51d0b61afff94dfe686650407a34 /hw/omap.h
parent037595347520eb1e0355831b5cc41530bcbbe8ea (diff)
hw/omap1.c: Separate dpll_ctl from omap_mpu_state
Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com> [Riku Voipio: Fixes and restructuring patchset] Signed-off-by: Riku Voipio <riku.voipio@iki.fi> [Peter Maydell: More fixes and cleanups for upstream submission] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/hw/omap.h b/hw/omap.h
index 2e227b514f..60fa34cef2 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -904,11 +904,7 @@ struct omap_mpu_state_s {
uint32_t tcmi_regs[17];
- struct dpll_ctl_s {
- MemoryRegion iomem;
- uint16_t mode;
- omap_clk dpll;
- } dpll[3];
+ struct dpll_ctl_s *dpll[3];
omap_clk clks;
struct {