summaryrefslogtreecommitdiffstats
path: root/hw/omap.h
diff options
context:
space:
mode:
authorJuha Riihimäki2011-12-20 09:11:33 +0100
committerPeter Maydell2012-01-04 14:41:25 +0100
commit037595347520eb1e0355831b5cc41530bcbbe8ea (patch)
tree110b310f575084e2603b22897abf818ea78ec15e /hw/omap.h
parenthw/omap1.c: Separate PWL from omap_mpu_state (diff)
downloadqemu-037595347520eb1e0355831b5cc41530bcbbe8ea.tar.gz
qemu-037595347520eb1e0355831b5cc41530bcbbe8ea.tar.xz
qemu-037595347520eb1e0355831b5cc41530bcbbe8ea.zip
hw/omap1.c: Separate PWT 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.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/hw/omap.h b/hw/omap.h
index 851ad46803..2e227b514f 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -829,7 +829,6 @@ struct omap_mpu_state_s {
MemoryRegion tcmi_iomem;
MemoryRegion clkm_iomem;
MemoryRegion clkdsp_iomem;
- MemoryRegion pwt_iomem;
MemoryRegion mpui_io_iomem;
MemoryRegion tap_iomem;
MemoryRegion imif_ram;
@@ -867,14 +866,7 @@ struct omap_mpu_state_s {
struct omap_uwire_s *microwire;
struct omap_pwl_s *pwl;
-
- struct {
- uint8_t frc;
- uint8_t vrc;
- uint8_t gcr;
- omap_clk clk;
- } pwt;
-
+ struct omap_pwt_s *pwt;
struct omap_i2c_s *i2c[2];
struct omap_rtc_s *rtc;