aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm/msf2-soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/arm/msf2-soc.h')
-rw-r--r--include/hw/arm/msf2-soc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hw/arm/msf2-soc.h b/include/hw/arm/msf2-soc.h
index 38e10ce..01f904c 100644
--- a/include/hw/arm/msf2-soc.h
+++ b/include/hw/arm/msf2-soc.h
@@ -30,6 +30,7 @@
#include "hw/misc/msf2-sysreg.h"
#include "hw/ssi/mss-spi.h"
#include "hw/net/msf2-emac.h"
+#include "hw/clock.h"
#include "qom/object.h"
#define TYPE_MSF2_SOC "msf2-soc"
@@ -57,7 +58,7 @@ struct MSF2State {
uint64_t envm_size;
uint64_t esram_size;
- uint32_t m3clk;
+ Clock *m3clk;
uint8_t apb0div;
uint8_t apb1div;