aboutsummaryrefslogtreecommitdiff
path: root/hw/omap.h
diff options
context:
space:
mode:
authorJuha Riihimäki <juha.riihimaki@nokia.com>2011-12-20 08:11:32 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-01-04 10:35:22 +0000
commit8717d88ac7f70d5977e3f9b7dc4376f04faaa8b9 (patch)
tree8c3fe879364732a59c4d1203910abb9cb2b738a0 /hw/omap.h
parent3b204c8129bc6a6843cb9ff555132babf134286c (diff)
hw/omap1.c: Separate PWL 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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/hw/omap.h b/hw/omap.h
index 5fe33db0bb..851ad46803 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 pwl_iomem;
MemoryRegion pwt_iomem;
MemoryRegion mpui_io_iomem;
MemoryRegion tap_iomem;
@@ -867,12 +866,7 @@ struct omap_mpu_state_s {
struct omap_uwire_s *microwire;
- struct {
- uint8_t output;
- uint8_t level;
- uint8_t enable;
- int clk;
- } pwl;
+ struct omap_pwl_s *pwl;
struct {
uint8_t frc;