diff options
author | Juha Riihimäki | 2011-12-20 09:11:33 +0100 |
---|---|---|
committer | Peter Maydell | 2012-01-04 14:41:25 +0100 |
commit | 037595347520eb1e0355831b5cc41530bcbbe8ea (patch) | |
tree | 110b310f575084e2603b22897abf818ea78ec15e /hw/omap.h | |
parent | hw/omap1.c: Separate PWL from omap_mpu_state (diff) | |
download | qemu-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.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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; |