mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
bebcddbbb2
commit
3b92718be9
2 changed files with 21 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue