Skip to content

Commit 9414ceb

Browse files
prabhakarladvinodkoul
authored andcommitted
phy: renesas: phy-rcar-gen3-usb2: Sort compatible entries by SoC part number
Reorder the compatible entries in `rcar_gen3_phy_usb2_match_table` to maintain sorting based on SoC part numbers. Keep the entries ordered numerically while ensuring the existing generic compatible strings remain at the bottom. Signed-off-by: Lad Prabhakar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 9c4fbef commit 9414ceb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/phy/renesas/phy-rcar-gen3-usb2.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -606,14 +606,14 @@ static const struct of_device_id rcar_gen3_phy_usb2_match_table[] = {
606606
.compatible = "renesas,usb2-phy-r8a77965",
607607
.data = &rcar_gen3_phy_usb2_data,
608608
},
609-
{
610-
.compatible = "renesas,rzg2l-usb2-phy",
611-
.data = &rz_g2l_phy_usb2_data,
612-
},
613609
{
614610
.compatible = "renesas,usb2-phy-r9a08g045",
615611
.data = &rz_g3s_phy_usb2_data,
616612
},
613+
{
614+
.compatible = "renesas,rzg2l-usb2-phy",
615+
.data = &rz_g2l_phy_usb2_data,
616+
},
617617
{
618618
.compatible = "renesas,rcar-gen3-usb2-phy",
619619
.data = &rcar_gen3_phy_usb2_data,

0 commit comments

Comments
 (0)