diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-12 13:10:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-07-12 13:10:04 -0400 |
commit | bf5152d0108683bbaabf9d7a7988f61649fc33f4 (patch) | |
tree | a5c78fa71f1045f3503a2217cccb7474e95290ac /drivers/net/dwc_eth_qos.h | |
parent | 8e21064cb3452950b09301baec06d86e37342471 (diff) | |
parent | 478fedfda42ea2a444991de1696fa0adc8bb16d4 (diff) |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv
- Add ethernet driver for StarFive JH7110 SoC
- Add ACLINT mtimer and mswi devices support
- Add Lichee PI 4A board
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 fddbe9336c..a6b719af80 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; |