Skip to content

Commit 7164122

Browse files
bijudasbroonie
authored andcommitted
regulator: renesas-usb-vbus-regulator: Update the default
As the "rzg2l-usb-vbus-regulator" platform device is only created by drivers/reset/reset-rzg2l-usbphy-ctrl.c, update the default stricter by replacing ARCH_RZG2L->RESET_RZG2L_USBPHY_CTRL. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reported-by: Geert Uytterhoeven <geert+renesas@glider.be> Closes: https://lore.kernel.org/all/CAMuHMdX5ayWbLEEa6nAipECVB6H9eCpRg21pu3zYrTdiER0F+Q@mail.gmail.com/ Link: https://patch.msgid.link/20240715134120.312610-1-biju.das.jz@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent ef0b29e commit 7164122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ config REGULATOR_RZG2L_VBCTRL
16391639
depends on ARCH_RZG2L || COMPILE_TEST
16401640
depends on OF
16411641
select REGMAP_MMIO
1642-
default ARCH_RZG2L
1642+
default RESET_RZG2L_USBPHY_CTRL
16431643
help
16441644
Support for VBUS regulators implemented on Renesas RZ/G2L SoCs.
16451645

0 commit comments

Comments
 (0)