Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

reset: rzg2l-usbphy-ctrl: Add support for RZ/G3S SoC

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>

authored by

Claudiu Beznea and committed by
Philipp Zabel
819ac6b0 78f2d64e

+4
+4
drivers/reset/reset-rzg2l-usbphy-ctrl.c
··· 96 96 97 97 static const struct of_device_id rzg2l_usbphy_ctrl_match_table[] = { 98 98 { .compatible = "renesas,rzg2l-usbphy-ctrl" }, 99 + { 100 + .compatible = "renesas,r9a08g045-usbphy-ctrl", 101 + .data = (void *)RZG2L_USBPHY_CTRL_PWRRDY 102 + }, 99 103 { /* Sentinel */ } 100 104 }; 101 105 MODULE_DEVICE_TABLE(of, rzg2l_usbphy_ctrl_match_table);