We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
12 changes: 6 additions & 6 deletions 12 drivers/net/dwc_eth_qos.c Original file line numberDiff line numberDiff line change @@ -621,7 +621,7 @@ static int eqos_start_clks_stm32(struct udevice *dev) return ret; } void eqos_stop_clks_tegra186(struct udevice *dev) static void ...
data = (ulong)&eqos_stm32_config 2031 }, 2032#endif 2033#if IS_ENABLED(CONFIG_DWC_ETH_QOS_IMX) 2034 { 2035 .compatible = "fsl,imx-eqos", 2036 .data = (ulong)&eqos_imx_config 2037 }, 2038#endif 2039 2040 { } 2041}; 2042 2043U_BOOT_DRIVER(eth_eqos) = { 2044 .name = "...
228 236 config DWC_ETH_QOS_STM32 229 237 bool "Synopsys DWC Ethernet QOS device support for STM32" 230 238 depends on DWC_ETH_QOS drivers/net/Makefile +1 Original file line numberDiff line numberDiff line change @@ -20,6 +20,7 @@ obj-$(CONFIG_DRIVER_DM9000) += dm9000x...
16 changes: 3 additions & 13 deletions 16 drivers/net/dwc_eth_qos.c Original file line numberDiff line numberDiff line change @@ -1591,8 +1591,8 @@ static int eqos_probe_resources_tegra186(struct udevice *dev) } /* board-specific Ethernet Interface initializations. */ __weak int boa...