ARM: imx6: DHCOM i.MX6 PDK: Convert to DM_ETH
authorHarald Seiler <hws@denx.de>
Wed, 15 Apr 2020 18:04:53 +0000 (20:04 +0200)
committerStefano Babic <sbabic@denx.de>
Sat, 18 Apr 2020 11:00:07 +0000 (13:00 +0200)
commit15df6b31b62671d4e2347131bdbf4c07a305cab1
tree8988fa4fc121dd8351245f326750fdbfdfd87f63
parentfe2f432c1c81763e13a5b5f2f9e61c8fd49555d9
ARM: imx6: DHCOM i.MX6 PDK: Convert to DM_ETH

Use DM_ETH instead of legacy networking.  Add VIO as a fixed regulator
to the relevant device-trees and augment the FEC node with properties
for the reset GPIO.

It should be noted that the relevant properties for the reset GPIO
already exist in the PHY node (reset-gpios, reset-delay-us,
reset-post-delay-us) but U-Boot currently ignores those and only
supports the bus-level reset properties in the FEC node
(phy-reset-gpios, phy-reset-duration, phy-reset-post-delay).

Signed-off-by: Harald Seiler <hws@denx.de>
arch/arm/dts/imx6dl-dhcom-pdk2-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx6q-dhcom-pdk2-u-boot.dtsi
arch/arm/dts/imx6qdl-dhcom-pdk2-u-boot.dtsi [new file with mode: 0644]
board/dhelectronics/dh_imx6/dh_imx6.c
configs/dh_imx6_defconfig