We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec72f9 commit 3eb5b88Copy full SHA for 3eb5b88
1 file changed
drivers/gpu/drm/apple/apple_drv.c
@@ -562,7 +562,8 @@ static int apple_drm_init_dcp(struct device *dev)
562
of_node_put(np);
563
continue;
564
}
565
- dcp_ext = of_device_is_compatible(np, "apple,dcpext");
+ dcp_ext = of_device_is_compatible(np, "apple,dcpext") ||
566
+ of_property_present(np, "phys");
567
568
dcp[num_dcp] = of_find_device_by_node(np);
569
0 commit comments