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