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

Configure Feed

Select the types of activity you want to include in your feed.

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 <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20250414145729.343133-4-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Lad Prabhakar and committed by
Vinod Koul
9414ceb3 9c4fbefc

+4 -4
+4 -4
drivers/phy/renesas/phy-rcar-gen3-usb2.c
··· 607 607 .data = &rcar_gen3_phy_usb2_data, 608 608 }, 609 609 { 610 - .compatible = "renesas,rzg2l-usb2-phy", 611 - .data = &rz_g2l_phy_usb2_data, 612 - }, 613 - { 614 610 .compatible = "renesas,usb2-phy-r9a08g045", 615 611 .data = &rz_g3s_phy_usb2_data, 612 + }, 613 + { 614 + .compatible = "renesas,rzg2l-usb2-phy", 615 + .data = &rz_g2l_phy_usb2_data, 616 616 }, 617 617 { 618 618 .compatible = "renesas,rcar-gen3-usb2-phy",