projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc14018
)
arm/mcimx6ul-evk: Set fec1-phy-connected property to false
author
Guenter Roeck
<linux@roeck-us.net>
Wed, 15 Mar 2023 14:52:46 +0000
(07:52 -0700)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 20 Apr 2023 09:46:29 +0000
(10:46 +0100)
On mcimx6ul-evk, the MDIO bus is connected to the second Ethernet
interface. Set fec1-phy-connected to false to reflect this.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Message-id:
20230315145248
.
1639364
-4-linux@roeck-us.net
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/mcimx6ul-evk.c
patch
|
blob
|
history
diff --git
a/hw/arm/mcimx6ul-evk.c
b/hw/arm/mcimx6ul-evk.c
index d83c3c380e803b4fa540e67297a273bb6e6836cf..3ac1e2ea9b45b997436785af6d47f964cdb6ea0b 100644
(file)
--- a/
hw/arm/mcimx6ul-evk.c
+++ b/
hw/arm/mcimx6ul-evk.c
@@
-41,6
+41,8
@@
static void mcimx6ul_evk_init(MachineState *machine)
object_property_add_child(OBJECT(machine), "soc", OBJECT(s));
object_property_set_uint(OBJECT(s), "fec1-phy-num", 2, &error_fatal);
object_property_set_uint(OBJECT(s), "fec2-phy-num", 1, &error_fatal);
+ object_property_set_bool(OBJECT(s), "fec1-phy-connected", false,
+ &error_fatal);
qdev_realize(DEVICE(s), NULL, &error_fatal);
memory_region_add_subregion(get_system_memory(), FSL_IMX6UL_MMDC_ADDR,