arm: rmobile: rzg2_beacon: Enable proper Ethernet PHY
authorAdam Ford <aford173@gmail.com>
Fri, 25 Feb 2022 20:32:53 +0000 (14:32 -0600)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Fri, 25 Feb 2022 20:42:07 +0000 (21:42 +0100)
commit4ce849f535ba185288c27e30091d71446e32a47a
tree005dad53f4b7a98da42b05a111e379537cf76f5c
parenta26c2b155bfd97437dcb64f0ac51a4e0ab8ea7cf
arm: rmobile: rzg2_beacon: Enable proper Ethernet PHY

The wrong phy was being enabled, because it worked and the proper
PHY did not.  After the Renesas maintainer made some adjustments
to the device tree, Linux was able to use the proper driver, and
when that device tree was ported to Linux, the ethernet stopped
working due to the lack of rgmii-rxid support.  Now that
rgmii-rxid is supported, enable the proper driver to restore
ethernet function.

Fixes: 1eaf61c84db6 ("arm: dts: beacon-rzg2: Resync device trees with Linux 5.16-rc3")
Signed-off-by: Adam Ford <aford173@gmail.com>
configs/rzg2_beacon_defconfig