diff options
| author | Paul Barker <[email protected]> | 2025-03-11 20:57:45 +0000 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-03-19 03:36:19 +0100 |
| commit | e6cc00a56e7d33a43401212065052a6e2a5a8d2b (patch) | |
| tree | 233917032da5bc287c5d06890776bf90a87816fb /drivers/reset/Kconfig | |
| parent | e210e38a90016d9663bded428861118c8c4a24ea (diff) | |
reset: rzg2l-usbphy-ctrl: Connect up vbus regulator
Bind the USB VBUS regulator driver under the USB PHY reset driver for
the Renesas RZ/G2L and related SoCs. This additional bind is needed as
the corresponding device tree node does not contain a compatible string.
Reviewed-by: Marek Vasut <[email protected]>
Signed-off-by: Paul Barker <[email protected]>
Diffstat (limited to 'drivers/reset/Kconfig')
| -rw-r--r-- | drivers/reset/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 80e83a40bdf..5edbb3c25b4 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -239,6 +239,7 @@ config RESET_AT91 config RESET_RZG2L_USBPHY_CTRL bool "Enable support for Renesas RZ/G2L USB 2.0 PHY control" depends on DM_RESET + select REGULATOR_RZG2L_USBPHY help Enable support for controlling USB 2.0 PHY resets on the Renesas RZ/G2L SoC. This is required for USB 2.0 functionality to work on this |
