The subnode of torrent_phy_dp is "phy" instead of the "link"
currently in use. Otherwise this will lead to connect the mhdp
bridge failed.

Signed-off-by: Xulin Sun <[email protected]>
---
 drivers/phy/ti/phy-j721e-wiz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 drivers/phy/ti/phy-j721e-wiz.c

diff --git a/drivers/phy/ti/phy-j721e-wiz.c b/drivers/phy/ti/phy-j721e-wiz.c
old mode 100644
new mode 100755
index 29785f80abc1..bf91506b6af6
--- a/drivers/phy/ti/phy-j721e-wiz.c
+++ b/drivers/phy/ti/phy-j721e-wiz.c
@@ -936,7 +936,7 @@ static int wiz_get_lane_phy_types(struct device *dev, 
struct wiz *wiz)
                u32 reg, num_lanes = 1, phy_type = PHY_NONE;
                int ret, i;
 
-               if (!(of_node_name_eq(subnode, "link")))
+               if (!(of_node_name_eq(subnode, "phy")))
                        continue;
 
                ret = of_property_read_u32(subnode, "reg", &reg);
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9813): 
https://lists.yoctoproject.org/g/linux-yocto/message/9813
Mute This Topic: https://lists.yoctoproject.org/mt/82421082/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to