mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
fsl-imx6ul: 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-3-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
df3f5efe10
commit
bc14018c2d
2 changed files with 21 additions and 0 deletions
|
@ -89,6 +89,7 @@ struct FslIMX6ULState {
|
|||
MemoryRegion ocram_alias;
|
||||
|
||||
uint32_t phy_num[FSL_IMX6UL_NUM_ETHS];
|
||||
bool phy_connected[FSL_IMX6UL_NUM_ETHS];
|
||||
};
|
||||
|
||||
enum FslIMX6ULMemoryMap {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue