Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
03260e6e21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)