]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
reset: rzg2l-usbphy-ctrl: Add support for RZ/G3S SoC
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Thu, 23 Oct 2025 13:58:08 +0000 (16:58 +0300)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 18 Nov 2025 16:52:54 +0000 (17:52 +0100)
The Renesas RZ/G3S SoC USB PHY HW block receives as input the USB PWRRDY
signal from the system controller. Add support for the Renesas RZ/G3S SoC.

Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/reset-rzg2l-usbphy-ctrl.c

index f7901112f38cfcef372640107c4b007b54ad53b8..eea56687cd0a3d62168d2b0cad8c18b359160002 100644 (file)
@@ -96,6 +96,10 @@ static int rzg2l_usbphy_ctrl_status(struct reset_controller_dev *rcdev,
 
 static const struct of_device_id rzg2l_usbphy_ctrl_match_table[] = {
        { .compatible = "renesas,rzg2l-usbphy-ctrl" },
+       {
+               .compatible = "renesas,r9a08g045-usbphy-ctrl",
+               .data = (void *)RZG2L_USBPHY_CTRL_PWRRDY
+       },
        { /* Sentinel */ }
 };
 MODULE_DEVICE_TABLE(of, rzg2l_usbphy_ctrl_match_table);