summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6qdl-gw54xx.dtsi
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-05-03 11:21:27 -0700
committerStefano Babic <sbabic@denx.de>2021-06-09 13:33:35 +0200
commitcd18f1e6e6144bd72110b07144e77f9e84b2e7c8 (patch)
tree1209e3b70ca100406b2cddb06444da1b6b238ef2 /arch/arm/dts/imx6qdl-gw54xx.dtsi
parentd9a7f1a9131372e852407e4a5c6e812ce37456e4 (diff)
imx: ventana: enable dm support for PCI and FEC ethernet
Enable driver model support for FEC ethernet which allows us to remove the iomux and board_eth_init function. Replace the toggling of the ethernet phy reset with dt configuration. Enable driver model support for PCI which allows us to remove the eth1000_initialize() call. Additionally enable PCI_INIT_R to scan for PCI devices on init such as the e1000 that is present on the GW552x. Convert board_pci_fixup to use dm callback and remove pcidisable env variable which is not supported for DM_PCI and thus leave PCI always enabled during init. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'arch/arm/dts/imx6qdl-gw54xx.dtsi')
-rw-r--r--arch/arm/dts/imx6qdl-gw54xx.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-gw54xx.dtsi b/arch/arm/dts/imx6qdl-gw54xx.dtsi
index a30ba4848e..e09fad6068 100644
--- a/arch/arm/dts/imx6qdl-gw54xx.dtsi
+++ b/arch/arm/dts/imx6qdl-gw54xx.dtsi
@@ -225,6 +225,8 @@
pinctrl-0 = <&pinctrl_enet>;
phy-mode = "rgmii-id";
phy-reset-gpios = <&gpio1 30 GPIO_ACTIVE_LOW>;
+ phy-reset-duration = <10>;
+ phy-reset-post-delay = <100>;
status = "okay";
};
@@ -675,6 +677,7 @@
MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b0b0
MX6QDL_PAD_ENET_MDC__ENET_MDC 0x1b0b0
MX6QDL_PAD_GPIO_16__ENET_REF_CLK 0x4001b0a8
+ MX6QDL_PAD_ENET_TXD0__GPIO1_IO30 0x1b0b0
>;
};