Browse Source

phy: ti: j721e-wiz: Update dp-phy compatible string

Update compatible string from "cdns,dp-phy" to "cdns,torrent-phy"
in accordance with changes done in Cadence Torrent Phy driver.

Signed-off-by: Yuti Amonkar <yamonkar@cadence.com>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Yuti Amonkar 6 năm trước cách đây
mục cha
commit
03260e6e21
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/phy/ti/phy-j721e-wiz.c

+ 1 - 1
drivers/phy/ti/phy-j721e-wiz.c

@@ -737,7 +737,7 @@ static void wiz_check_dp_usage(struct wiz *wiz, struct device_node *child_node)
 	const char *compat;
 
 	if (of_property_read_string(child_node, "compatible", &compat) == 0)
-		wiz->used_for_dp = !strcmp("cdns,dp-phy", compat);
+		wiz->used_for_dp = !strcmp("cdns,torrent-phy", compat);
 }
 
 static int wiz_probe(struct platform_device *pdev)