aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe Dubois <jcd@tribudubois.net>2020-07-13 14:36:07 +0100
committerPeter Maydell <peter.maydell@linaro.org>2020-07-13 14:36:07 +0100
commit74c13305827237e8ca99180b3b43b5c75f11f6c5 (patch)
tree84a37f66315118dc969c8edc4dfb8f6a16b1c048 /include
parentcdecb3fc1eb182d90666348a47afe63c493686e7 (diff)
downloadqemu-74c13305827237e8ca99180b3b43b5c75f11f6c5.zip
qemu-74c13305827237e8ca99180b3b43b5c75f11f6c5.tar.gz
qemu-74c13305827237e8ca99180b3b43b5c75f11f6c5.tar.bz2
Add the ability to change the FEC PHY MDIO device number on i.MX25 processor
Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> Message-id: 9f8923ecd974160ae8f634c275b1100c2cbe66d7.1593806826.git.jcd@tribudubois.net Reviewed-by: Peter Maydell <peter.maydell@linaro.org> [PMM: updated for object_property_set_uint() argument reordering] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/arm/fsl-imx25.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/fsl-imx25.h b/include/hw/arm/fsl-imx25.h
index 9e228da..54ee1bf 100644
--- a/include/hw/arm/fsl-imx25.h
+++ b/include/hw/arm/fsl-imx25.h
@@ -65,6 +65,7 @@ typedef struct FslIMX25State {
MemoryRegion rom[2];
MemoryRegion iram;
MemoryRegion iram_alias;
+ uint32_t phy_num;
} FslIMX25State;
/**