diff options
author | Guenter Roeck <linux@roeck-us.net> | 2023-03-15 07:52:47 -0700 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-04-20 10:46:35 +0100 |
commit | 3b92718be97e98d0cd53b9853fbe9ee7e7136683 (patch) | |
tree | 2086eb630d0e6d895218d0b5eb06d6b446cc44c5 /include/hw/arm | |
parent | bebcddbbb23249cfc058764ff2df0bc80be57ea8 (diff) | |
download | qemu-3b92718be97e98d0cd53b9853fbe9ee7e7136683.zip qemu-3b92718be97e98d0cd53b9853fbe9ee7e7136683.tar.gz qemu-3b92718be97e98d0cd53b9853fbe9ee7e7136683.tar.bz2 |
fsl-imx7: Add fec[12]-phy-connected properties
Add fec[12]-phy-connected properties and use it to set phy-connected
and phy-consumer properties for imx_fec.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Message-id: 20230315145248.1639364-5-linux@roeck-us.net
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/arm')
-rw-r--r-- | include/hw/arm/fsl-imx7.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h index 355bd8e..54ea2f0 100644 --- a/include/hw/arm/fsl-imx7.h +++ b/include/hw/arm/fsl-imx7.h @@ -82,6 +82,7 @@ struct FslIMX7State { ChipideaState usb[FSL_IMX7_NUM_USBS]; DesignwarePCIEHost pcie; uint32_t phy_num[FSL_IMX7_NUM_ETHS]; + bool phy_connected[FSL_IMX7_NUM_ETHS]; }; enum FslIMX7MemoryMap { |