diff options
| author | Yanhong Wang <[email protected]> | 2023-06-15 17:36:43 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2023-07-12 13:21:40 +0800 |
| commit | 736733b43a2b1d1d37a0fad340cc2fed13fc0447 (patch) | |
| tree | ee96c5642bc55c65c6d28f95edae4c8c60f495e2 /drivers/net/dwc_eth_qos.h | |
| parent | e92ed065bad3d2728340c1a279f306c4b769eda1 (diff) | |
net: dwc_eth_qos: Add StarFive ethernet driver glue layer
The StarFive ETHQOS hardware has its own clock and reset,so add a
corresponding glue driver to configure them.
Signed-off-by: Yanhong Wang <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
Diffstat (limited to 'drivers/net/dwc_eth_qos.h')
| -rw-r--r-- | drivers/net/dwc_eth_qos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dwc_eth_qos.h b/drivers/net/dwc_eth_qos.h index fddbe9336c9..a6b719af809 100644 --- a/drivers/net/dwc_eth_qos.h +++ b/drivers/net/dwc_eth_qos.h @@ -289,3 +289,4 @@ int eqos_null_ops(struct udevice *dev); extern struct eqos_config eqos_imx_config; extern struct eqos_config eqos_qcom_config; +extern struct eqos_config eqos_jh7110_config; |
