diff options
| author | Paul Barker <[email protected]> | 2025-03-19 12:03:59 +0000 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-05-04 20:25:03 +0200 |
| commit | 2fc48febcd052a10d7a645f0c0d1f923bbc0f7bd (patch) | |
| tree | 5a24e2188b65f01f30ef7d1a4c2e53ac3359618a /arch | |
| parent | 46706c3427e7537bbb7bc6ab3742a5b74b996f73 (diff) | |
net: ravb: Add RZ/G2L Support
The Renesas R9A07G044L (RZ/G2L) SoC includes two Gigabit Ethernet
interfaces which can be supported using the ravb driver. Some RZ/G2L
specific steps need to be taken during initialization due to differences
between this SoC and previously supported SoCs. We also need to ensure
that the module reset is de-asserted after the module clock is enabled
but before any Ethernet register reads/writes take place.
Signed-off-by: Paul Barker <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-renesas/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-renesas/Kconfig b/arch/arm/mach-renesas/Kconfig index aeb55da609b..d373ab56ce9 100644 --- a/arch/arm/mach-renesas/Kconfig +++ b/arch/arm/mach-renesas/Kconfig @@ -76,6 +76,7 @@ config RZG2L imply MULTI_DTB_FIT imply MULTI_DTB_FIT_USER_DEFINED_AREA imply PINCTRL_RZG2L + imply RENESAS_RAVB imply RENESAS_SDHI imply RZG2L_GPIO imply SCIF_CONSOLE |
