configs: ringneck-px30: fix Ethernet
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 11 Jun 2025 08:59:33 +0000 (10:59 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 30 Jul 2025 14:20:51 +0000 (08:20 -0600)
commit21c3a37f074e195c849659b1bf3bef2a30381f26
tree1e7ed5c70aeb11bb0346c49c5e83e1d949ad85ef
parent8279df493c7a4fa7c81c232cc6d9783f8bdec5b2
configs: ringneck-px30: fix Ethernet

Due to updates to the Device Tree (migrating from snps,reset-*
properties to a PHY node on the MDIO bus) in previous commits and the
inability of the designware net driver to support the old Device Tree
(without the MDIO bus and PHY nodes) with DM_MDIO and DM_ETH_PHY
enabled, support for Ethernet on Ringneck PX30 is currently broken.

Now that the transition was made, we can simply enable DM_MDIO and
DM_ETH_PHY to fix Ethernet support on that board. Ideally, we could
squash this commit with the one migrating the Device Tree, but we want
to keep having upstream changes to the Device Trees made by
tools/update-subtree.sh tool without manual intervention.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
configs/ringneck-px30_defconfig