mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
phy: renesas: phy-rcar-gen3-usb2: Add RZ/G3L support
Add renesas,usb2-phy-r9a08g046 to the OF match table, reusing rz_g3s_phy_usb2_data as the PHY configuration is shared with RZ/G3S. While the PHY data is shared, RZ/G3L differs from RZ/G3S in that it has two OTG controllers, OTG interrupts on port 2, and a controllable OTG_PERI bit in COMMCTRL for host/device switching on the port 2 USB controller, which is fixed to host-only on RZ/G3S. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://patch.msgid.link/20260806102236.149159-8-biju.das.jz@bp.renesas.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
e6c3be558d
commit
881f6b6f4c
|
|
@ -721,6 +721,10 @@ static const struct of_device_id rcar_gen3_phy_usb2_match_table[] = {
|
|||
.compatible = "renesas,usb2-phy-r9a08g045",
|
||||
.data = &rz_g3s_phy_usb2_data,
|
||||
},
|
||||
{
|
||||
.compatible = "renesas,usb2-phy-r9a08g046",
|
||||
.data = &rz_g3s_phy_usb2_data,
|
||||
},
|
||||
{
|
||||
.compatible = "renesas,usb2-phy-r9a09g057",
|
||||
.data = &rz_v2h_phy_usb2_data,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user